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

8 lines
67 B
Go
Vendored

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