1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-04 08:40:05 +08:00
SpaceVim/bundle/vim-go/autoload/go/test-fixtures/job/dir has spaces/main.go

7 lines
61 B
Go
Raw Normal View History

package main
func main() {
notafunc()
println("vim-go")
}