moby--moby/image
Sebastiaan van Stijn d78b667af6
govet: suppress warning about Parent field that repeated json tag "parent"
```
image/image.go:65:2: structtag: struct field Parent repeats json tag "parent" also at image.go:39 (govet)
	Parent     ID        `json:"parent,omitempty"`
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-09-18 12:57:40 +02:00
..
cache
spec delete unnecessary blank lines 2018-12-11 09:07:37 +08:00
tarexport goimports: fix imports 2019-09-18 12:56:54 +02:00
v1 goimports: fix imports 2019-09-18 12:56:54 +02:00
fs.go goimports: fix imports 2019-09-18 12:56:54 +02:00
fs_test.go unconvert: remove unnescessary conversions 2019-09-18 12:57:33 +02:00
image.go govet: suppress warning about Parent field that repeated json tag "parent" 2019-09-18 12:57:40 +02:00
image_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
rootfs.go image: do actual RootFS.DiffIDs copying in Clone() 2019-03-18 01:05:40 +03:00
store.go goimports: fix imports 2019-09-18 12:56:54 +02:00
store_test.go unconvert: remove unnescessary conversions 2019-09-18 12:57:33 +02:00