fix saving and project improvments
This commit is contained in:
@ -7,5 +7,6 @@ func (err SimpleError) Error() string {
|
||||
}
|
||||
|
||||
const (
|
||||
ErrNotFound SimpleError = "not found"
|
||||
ErrNotFound SimpleError = "not found"
|
||||
ErrNotImplemented SimpleError = "not implemented"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user