go.nvim/lua/tests/fixtures/fmt/goimports.go
2022-05-29 14:55:22 +10:00

6 lines
54 B
Go

package main
func main() {
fmt.Println("go.nvim")
}