rebasing
This commit is contained in:
9
runner/check.go
Normal file
9
runner/check.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package runner
|
||||
|
||||
import "log"
|
||||
|
||||
func checkErr(err error) {
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user