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
{{ message }}
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
// ...logger:=log.New(os.Stdout, "", log.Lshortfile) logger.Println("Hello!") // output: example_test.go:10: Hello// I miss a "!" so that it will show FAIL when running test
This is the output by clicking run package tests from plugin:
And this is the output from terminal directly, also what I expected: