Hello World 30 October 2017 package main import ( "github.com/evovetech/hello" ) func main() { hello.World() }