Closed tharvik closed 4 years ago
from go doc
go doc
func Error(args ...interface{}) Error prints out the error message and quits. If the argument is an error, it will print the stack trace.
but it doesn't quits.
That's an error in the documentation - the fix should not include a change in behaviour.
from
go doc
but it doesn't quits.