mirror of
https://github.com/NotAShelf/catApi.git
synced 2025-10-09 02:12:09 +00:00
rewrite in go
This commit is contained in:
parent
5203a18d2d
commit
05642cb93b
743 changed files with 334055 additions and 55 deletions
7
vendor/github.com/spf13/viper/internal/encoding/error.go
generated
vendored
Normal file
7
vendor/github.com/spf13/viper/internal/encoding/error.go
generated
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
package encoding
|
||||
|
||||
type encodingError string
|
||||
|
||||
func (e encodingError) Error() string {
|
||||
return string(e)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue