import "ssa/spelunker/pkg/helpers"
Package helpers This file contains helpers for handling errors
errors.go
func CheckError(err error)
CheckError Check if an error happened and panic on it if so
@param err An error object to report