Sign in
◑
Theme
go
/
vscode-go
/
28e27ffd3a0eca1de30b1a9656a75cbd47e94e4e
/
.
/
extension
/
test
/
testdata
/
goTestTest
/
b
/
b_test.go
blob: 2240f6f53992c56aeb68d1cc8031033e5f6b23ce [
file
]
package main
import "testing"
func TestB(t *testing.T) {
t.Log("log")
t.Error("error")
}