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