func unwrap()

in upgradetest.go [105:107]


func unwrap(t interface{}) interface{} {
	return t.(repositoryTag).RepositoryTag
}