podman/pkg/api/handlers/utils
Kir Kolyshkin 684d0079d2 Lowercase some errors
This commit is courtesy of

```
for f in $(git ls-files *.go | grep -v ^vendor/); do \
	sed -i 's/\(errors\..*\)"Error /\1"error /' $f;
done

for f in $(git ls-files *.go | grep -v ^vendor/); do \
	sed -i 's/\(errors\..*\)"Failed to /\1"failed to /' $f;
done

```

etc.

Self-reviewed using `git diff --word-diff`, found no issues.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2020-10-05 15:56:44 -07:00
..
containers.go Lowercase some errors 2020-10-05 15:56:44 -07:00
errors.go Lowercase some errors 2020-10-05 15:56:44 -07:00
handler.go Refactor API version values 2020-09-15 11:29:45 -07:00
handler_test.go Fix Id->ID where possible for lint 2020-06-10 05:49:41 -04:00
images.go image list: speed up 2020-08-07 12:14:11 +02:00
pods.go fix /libpod/pods/json returns null when there are no pods 2020-08-21 17:48:14 +08:00