func New()
in
testerror/error.go [20:24]
5
lines of code
1
McCabe index (conditional complexity)
func New(msg string) *Error { return &Error{ msg: msg, } }