mirror of
https://github.com/stashapp/stash.git
synced 2025-12-07 17:02:38 +01:00
* Fix error string capitalization Error strings often follow another string. Hence, they should not be capitalized, unless referencing a name. * Uncapitalize more error strings While here, use %v on the error directly, which makes it easier to wrap the error later with %w if need be. * Uncapitalize more error strings While here, rename Url to URL as a nitpick. |
||
|---|---|---|
| .. | ||
| boolean.go | ||
| byterange.go | ||
| context.go | ||
| crypto.go | ||
| date.go | ||
| file.go | ||
| file_test.go | ||
| float.go | ||
| image.go | ||
| int_collections.go | ||
| oshash.go | ||
| oshash_internal_test.go | ||
| phash.go | ||
| resources.go | ||
| string_collections.go | ||
| strings.go | ||
| symwalk.go | ||
| time.go | ||
| user_agent.go | ||
| vtt.go | ||
| vtt_test.go | ||
| windows.go | ||