Last active
August 17, 2017 13:29
-
-
Save bketelsen/da03d724bb54fd87aa12960cabc5bda6 to your computer and use it in GitHub Desktop.
search
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type Package struct { | |
Authors []Author | |
ImportPath string | |
SourceURL string | |
License string | |
Keywords []string | |
Description string | |
Versions []Version | |
} |
markbates
commented
Aug 17, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment