nvim/pack/acp/start/vim-go/templates/hello_world_test.go

8 lines
101 B
Go
Raw Normal View History

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