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

7 lines
101 B
Go

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