blob: bfdc0ead46e40d5aa08dc1e58845334697212d93 [file] [log] [blame]
package utilities
// // Helper Function for error checking
// func check(e error) error {
// if e != nil {
// return e
// }
// return nil
// }