move big into big

This commit is contained in:
Bel LaPointe
2021-02-21 12:44:43 -06:00
parent 7f2d451ca4
commit e22f272906
6 changed files with 24 additions and 13 deletions

9
resolve/errors.go Executable file
View File

@@ -0,0 +1,9 @@
package resolve
import "errors"
var ErrNotFound = errors.New("not found")
var ErrNotImpl = errors.New("not implemented")
var ErrCantConnect = errors.New("cannot connect")