nvim/pack/acp/start/vim-go/autoload/go/test-fixtures/fmt/hello.go

7 lines
68 B
Go

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