mirror of
https://github.com/moby/moby.git
synced 2026-07-12 02:25:19 +00:00
libnetwork/cmd/diagnostic/main.go:198:5: shadow: declaration of "resp" shadows declaration at line 147 (govet)
resp, err := http.Get(fmt.Sprintf(deleteEntry, ip, port, network, tableName, k))
^
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>