package manifest import "fmt" func print(manifest string) { fmt.Println(manifest) }