github.com/zxy12/golang_with_comment@v0.0.0-20190701084843-0e6b2aff5ef3/test_source/test.go (about)

     1  package main
     2  
     3  import "fmt"
     4  
     5  func main() {
     6  	s := 123
     7  	fmt.Println(s)
     8  	fmt.Println("vim-go")
     9  }