Skip to content

Instantly share code, notes, and snippets.

@PandelisZ
Created March 8, 2020 17:03
Show Gist options
  • Save PandelisZ/aa593ffe8b7568bd35e9c4411ea6f93d to your computer and use it in GitHub Desktop.
Save PandelisZ/aa593ffe8b7568bd35e9c4411ea6f93d to your computer and use it in GitHub Desktop.
~/go/src/gruvee.com
-> cli
-> auth
-> whatever
the fully qualified package names for these would then be
gruvee.com/cli ... etc
~/go/src/github.com/yoruuser/gruvee
-> cli
-> auth
-> whatever
the fully qualified package names for these would then be
github.com/yoruuser/gruvee/cli ... etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment