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