automation-tests/cmd/podman/play
Paul Holzinger 8452b768ec Fix problems reported by staticcheck
`staticcheck` is a golang code analysis tool. https://staticcheck.io/

This commit fixes a lot of problems found in our code. Common problems are:
- unnecessary use of fmt.Sprintf
- duplicated imports with different names
- unnecessary check that a key exists before a delete call

There are still a lot of reported problems in the test files but I have
not looked at those.

Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
2021-01-12 16:11:09 +01:00
..
kube.go Fix problems reported by staticcheck 2021-01-12 16:11:09 +01:00
play.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00