ref: 7979dfca14134208fe237097f44a7a080e42b62f dir: /utils/utils.go/
package utils func Check(e error) { if e != nil { panic(e) } }