fix: critical bugs from code review (data corruption, error contract, HTTP hardening) #5
@ -1,8 +1,6 @@
|
|||||||
package domain
|
package domain
|
||||||
|
|
||||||
import (
|
import "errors"
|
||||||
cerrors "git.loyso.art/frx/kurious/internal/common/errors"
|
|
||||||
)
|
|
||||||
|
|
||||||
// ErrNotImplemented is delegated to common/errors.ErrNotImplemented for consistency.
|
// ErrNotImplemented is returned by interface stubs that have not been implemented yet.
|
||||||
var ErrNotImplemented = cerrors.ErrNotImplemented
|
var ErrNotImplemented = errors.New("not implemented")
|
||||||
|
|||||||
Reference in New Issue
Block a user