func check()

in tools/dockerversioning/scripts/cloudbuild/main.go [383:387]


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