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
For bad case when I run go test cmd like go test -gcflags=all=-l -v ./... it will panic, but the good case will not. The only difference between them is the order of parameters.
When I run cmd like go run main.go they are both OK.
Good case
Bad case
For bad case when I run go test cmd like
go test -gcflags=all=-l -v ./...
it will panic, but the good case will not. The only difference between them is the order of parameters.When I run cmd like
go run main.go
they are both OK.The text was updated successfully, but these errors were encountered: