package logic import "log" func Check(err error) { if err != nil { log.Fatal(err) } }