1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 03:00:06 +08:00
SpaceVim/bundle/vim-go/templates/hello_world_test.go

8 lines
101 B
Go

package main
import "testing"
func TestHelloWorld(t *testing.T) {
// t.Fatal("not implemented")
}