Created
July 3, 2020 15:26
-
-
Save tharun208/d077a7e9c33aa6a6bacb28916d7345c2 to your computer and use it in GitHub Desktop.
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
// +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