0 votes
in Go Semantics Supplemental by
Which function is used to create custom errors?

a) errors.New()

b) errors.Make()

c) errors.build()

d) errors.Create()

1 Answer

0 votes
by
a) errors.New()
...