Sign in
go
/
vscode-go
/
b9a28abbe0ab86cf5b3b40230efbf75e6a602485
/
.
/
test
/
testdata
/
codelens
/
testmain
/
testmain_test.go
blob: f7938159a68cfdb2c7cab96e68053c20b8458658 [
file
] [
log
] [
blame
]
package main
import (
"testing"
)
func TestNotMain(t *testing.T) {
}
func TestMain(m *testing.M) {
}