1
0
Fork 0
mirror of synced 2024-07-04 22:41:10 -04:00
ultimate-vim/sources_non_forked/vim-go/autoload/go/test-fixtures/job/dir has spaces/main.go

7 lines
61 B
Go
Raw Normal View History

2019-11-16 10:28:42 -05:00
package main
func main() {
notafunc()
println("vim-go")
}