mirror of
https://github.com/NotAShelf/catApi.git
synced 2025-10-09 10:22:07 +00:00
bump dependencies
This commit is contained in:
parent
bae551520a
commit
b7319e6bfc
466 changed files with 17912 additions and 12742 deletions
2
vendor/github.com/spf13/viper/util.go
generated
vendored
2
vendor/github.com/spf13/viper/util.go
generated
vendored
|
@ -156,7 +156,7 @@ func safeMul(a, b uint) uint {
|
|||
return c
|
||||
}
|
||||
|
||||
// parseSizeInBytes converts strings like 1GB or 12 mb into an unsigned integer number of bytes
|
||||
// parseSizeInBytes converts strings like 1GB or 12 mb into an unsigned integer number of bytes.
|
||||
func parseSizeInBytes(sizeStr string) uint {
|
||||
sizeStr = strings.TrimSpace(sizeStr)
|
||||
lastChar := len(sizeStr) - 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue