Skip to content

Instantly share code, notes, and snippets.

@bketelsen
Last active August 17, 2017 13:29
Show Gist options
  • Save bketelsen/da03d724bb54fd87aa12960cabc5bda6 to your computer and use it in GitHub Desktop.
Save bketelsen/da03d724bb54fd87aa12960cabc5bda6 to your computer and use it in GitHub Desktop.
search
type Package struct {
Authors []Author
ImportPath string
SourceURL string
License string
Keywords []string
Description string
Versions []Version
}
@markbates
Copy link

type Author struct {
  Name string
  Email string
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment