Skip to content

Instantly share code, notes, and snippets.

@sanmai
Created September 20, 2017 06:40
Show Gist options
  • Save sanmai/0bba23096883daab30904e57ba4b1fd7 to your computer and use it in GitHub Desktop.
Save sanmai/0bba23096883daab30904e57ba4b1fd7 to your computer and use it in GitHub Desktop.
Vendoring example
package main
import (
"example.com/example"
)
func main() {
example.Hello()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment