Skip to content

Instantly share code, notes, and snippets.

@tharun208
Created July 3, 2020 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tharun208/d077a7e9c33aa6a6bacb28916d7345c2 to your computer and use it in GitHub Desktop.
Save tharun208/d077a7e9c33aa6a6bacb28916d7345c2 to your computer and use it in GitHub Desktop.
// +build name
package name
func PrintName() string {
return "My Name is Gopher"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment