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