INNER CODE UNIT · Go
main
google/go-containerregistry · cmd/crane/help/main.go:40
func main() {
if err := root.Execute(); err != nil {
fmt.Println(err)
os.Exit(1)
}
}
INNER CODE UNIT · Go
google/go-containerregistry · cmd/crane/help/main.go:40
func main() {
if err := root.Execute(); err != nil {
fmt.Println(err)
os.Exit(1)
}
}