Browse code

Move Change to the archive package

Solomon Hykes authored on 2013/11/08 09:35:26
Showing 1 changed files
... ...
@@ -34,12 +34,10 @@ import (
34 34
 	"syscall"
35 35
 )
36 36
 
37
-
38 37
 type Change struct {
39 38
 	archive.Change
40 39
 }
41 40
 
42
-
43 41
 // Compare two Config struct. Do not compare the "Image" nor "Hostname" fields
44 42
 // If OpenStdin is set, then it differs
45 43
 func CompareConfig(a, b *Config) bool {