go.nvim/lua/tests/fixtures/fmt/hello.go

8 lines
69 B
Go
Raw Normal View History

2021-03-10 12:15:06 +00:00
package main
import "fmt"
func main() {
2022-05-29 04:55:22 +00:00
fmt.Println("go.nvim")
2021-03-10 12:15:06 +00:00
}