mirror of
https://github.com/stashapp/stash.git
synced 2025-12-09 18:04:33 +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. |
||
|---|---|---|
| .. | ||
| common | ||
| examples | ||
| js | ||
| util | ||
| args.go | ||
| config.go | ||
| convert.go | ||
| hooks.go | ||
| js.go | ||
| log.go | ||
| plugins.go | ||
| raw.go | ||
| rpc.go | ||
| task.go | ||