1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-11 10:03:39 +08:00
SpaceVim/bundle/vim-go/autoload/go/test-fixtures/debug/compilerror/main.go

8 lines
66 B
Go
Raw Normal View History

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