1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-19 14:25:41 +08:00

8 lines
68 B
Go
Vendored

package main
import "fmt"
func main() {
fmt.Println("vim-go")
}