Sign in
go
/
vscode-go
/
c71e9ce12c6c617e504928378875b4acc13264a3
/
.
/
test
/
fixtures
/
goTestTest
/
a_test.go
blob: 66a943a1b490afb305f4d565cb1cec41efde2d2d [
file
] [
log
] [
blame
]
package main
import (
"testing"
)
func TestA(t *testing.T) {
t.Log("log")
t.Errorf("error")
}