mirror of
https://github.com/elyby/chrly.git
synced 2025-05-31 14:11:51 +05:30
#1: Implemented in-memory storage for textures
This commit is contained in:
@@ -26,5 +26,5 @@ type ValueNotFound struct {
|
||||
}
|
||||
|
||||
func (*ValueNotFound) Error() string {
|
||||
return "value not found in storage"
|
||||
return "value not found in the storage"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user