Sync
This commit is contained in:
parent
94197780e1
commit
2977f09245
32 changed files with 763 additions and 936 deletions
7
storage/errors.go
Normal file
7
storage/errors.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package storage
|
||||
|
||||
type NotImplementedError struct{}
|
||||
|
||||
func (n NotImplementedError) Error() string {
|
||||
return "Not implemented yet"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue