Move Change to the archive package

This commit is contained in:
Solomon Hykes 2013-11-08 00:35:26 +00:00 committed by Michael Crosby
parent 9ae4bcaaf8
commit 01990b65a3
1 changed files with 0 additions and 2 deletions

View File

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