mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 05:50:06 +08:00
7 lines
61 B
Go
Vendored
7 lines
61 B
Go
Vendored
package main
|
|
|
|
func main() {
|
|
notafunc()
|
|
println("vim-go")
|
|
}
|