github.com/lunny/gop@v0.0.0-20190322013459-2be48bbe64f7/examples/hello/src/main/main.go (about)

     1  package main
     2  
     3  import "fmt"
     4  
     5  func main() {
     6  	fmt.Println("hello gop")
     7  }