1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-20 23:15:51 +08:00

7 lines
66 B
Go
Raw Normal View History

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