Explorar el Código

Move Change to the archive package

Solomon Hykes hace 11 años
padre
commit
01990b65a3
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      utils.go

+ 0 - 2
utils.go

@@ -34,12 +34,10 @@ import (
 	"syscall"
 	"syscall"
 )
 )
 
 
-
 type Change struct {
 type Change struct {
 	archive.Change
 	archive.Change
 }
 }
 
 
-
 // Compare two Config struct. Do not compare the "Image" nor "Hostname" fields
 // Compare two Config struct. Do not compare the "Image" nor "Hostname" fields
 // If OpenStdin is set, then it differs
 // If OpenStdin is set, then it differs
 func CompareConfig(a, b *Config) bool {
 func CompareConfig(a, b *Config) bool {