You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go test t.go t_test.go and go test t.go t_test.go -cover show different line numbers for compiling error (12 vs 14) with same error message. Is this expected?
go test t.go t_test.go
andgo test t.go t_test.go -cover
show different line numbers for compiling error (12 vs 14) with same error message. Is this expected?t.go:
t_test.go:
The text was updated successfully, but these errors were encountered: