HELLOMOD Example of versioned package to test with go modules feature How to use package main import ( "github.com/guzmanweb/hellomod" ) func main() { hellomod.SayHello() }