dotfiles/vim/bundle/vim-go/templates/hello_world.go
Florent Demuynck 50ecd1c673 add vim-go
2017-04-19 17:18:13 +02:00

8 lines
67 B
Go

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