We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13df7e7 commit bea53a4Copy full SHA for bea53a4
pkg/dep/topo/errors.go
@@ -3,7 +3,7 @@ package topo
3
import "errors"
4
5
var (
6
- ErrSelfReferential = errors.New("self-referential dependencies not allowed")
7
- ErrConflictingAlias = errors.New("alias already defined")
8
- ErrCircular = errors.New("circular dependencies not allowed")
+ ErrSelfReferential = errors.New(" self-referential dependencies not allowed")
+ ErrConflictingAlias = errors.New(" alias already defined")
+ ErrCircular = errors.New(" circular dependencies not allowed")
9
)
0 commit comments