Last active
September 11, 2023 17:44
-
-
Save lalyos/c0f6a4dfa68a1223e6a54843207af4af to your computer and use it in GitHub Desktop.
goplay example
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
package greet | |
import ( | |
"fmt" | |
) | |
func Greet() { | |
fmt.Println("Greating from golpay package [gist] ... v1.3") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment