func check()

in tools/dockerversioning/scripts/dockerfiles/main.go [230:234]


func check(e error) {
	if e != nil {
		panic(e)
	}
}