Skip to content

Instantly share code, notes, and snippets.

@donvito
Created October 7, 2018 07:33
Show Gist options
  • Save donvito/5ca17d78bb651a8c5fb8718f2cc0e28a to your computer and use it in GitHub Desktop.
Save donvito/5ca17d78bb651a8c5fb8718f2cc0e28a to your computer and use it in GitHub Desktop.
Go modules sample client which uses latest version of hellomod module
package main
import (
"github.com/donvito/hellomod"
)
func main() {
hellomod.SayHello()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment