mirror of
https://github.com/moby/moby.git
synced 2026-07-12 18:45:06 +00:00
libnetwork/datastore/mockstore_test.go:70:12: nilness: tautological condition: non-nil != nil (govet)
if mData != nil && mData.Index != previous.LastIndex {
^
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>