fix saving and project improvments

This commit is contained in:
Aleksandr Trushkin
2024-01-25 16:42:08 +03:00
parent f94d39b124
commit a1e767217b
16 changed files with 680 additions and 438 deletions

View File

@ -7,5 +7,6 @@ func (err SimpleError) Error() string {
}
const (
ErrNotFound SimpleError = "not found"
ErrNotFound SimpleError = "not found"
ErrNotImplemented SimpleError = "not implemented"
)