automation-tests/cmd/podman/system/connection
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
..
add.go Lowercase some errors 2020-10-05 15:56:44 -07:00
default.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
list.go Don't crash when giving bogus format commands 2020-07-29 14:12:19 -04:00
remove.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
rename.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00