Skip to content

Instantly share code, notes, and snippets.

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