package snapshot2 import "log" func Upgrade(old, new string, logger *log.Logger) error { return nil }