1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 06:20:05 +08:00
SpaceVim/bundle/vim-go/templates/hello_world.go

8 lines
67 B
Go

package main
import "fmt"
func main() {
fmt.Println("vim-go")
}