mirror of
https://github.com/moby/moby.git
synced 2026-07-13 19:12:11 +00:00
libnetwork/drivers/overlay/peerdb.go:126:4: shadow: declaration of "peerEntryDB" shadows declaration at line 46 (govet)
peerEntryDB := entryDBList[0]
^
libnetwork/drivers/bridge/port_mapping_linux.go:862:3: shadow: declaration of "rule" shadows declaration at line 843 (govet)
rule := iptRule{ipv: ipv, table: iptables.Mangle, chain: "POSTROUTING", args: args}
^
libnetwork/drivers/macvlan/macvlan_network.go:116:3: shadow: declaration of "networkList" shadows declaration at line 68 (govet)
networkList := d.getNetworks()
^
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>