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