N
$ go test ./...
# nigless/try-go/context
context/context_test.go:6:2: cannot find package
FAIL nigless/try-go/context [setup failed]
? nigless/try-go [no test files]
FAILSize: a a a
N
$ go test ./...
# nigless/try-go/context
context/context_test.go:6:2: cannot find package
FAIL nigless/try-go/context [setup failed]
? nigless/try-go [no test files]
FAILN
N
N
module nigless/try-go
go 1.16
require github.com/stretchr/testify v1.7.0 // indirect
package contextN
N
N
go test context/context_test.go N
N