checking in before refactoring interpolation
This commit is contained in:
10
errs/errs.go
Normal file
10
errs/errs.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package errs
|
||||
|
||||
import (
|
||||
`errors`
|
||||
)
|
||||
|
||||
var (
|
||||
ErrBadType error = errors.New("a bad type was passed")
|
||||
ErrNilPtr error = errors.New("a nil pointer was passed")
|
||||
)
|
||||
Reference in New Issue
Block a user