codeberg.org/pebbe/errors
This commit is contained in:
@@ -23,7 +23,7 @@ Dit programma geeft wel de juiste uitvoer.
|
||||
*/
|
||||
|
||||
import (
|
||||
"github.com/pebbe/util"
|
||||
e "codeberg.org/pebbe/errors"
|
||||
|
||||
"fmt"
|
||||
"os"
|
||||
@@ -32,7 +32,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
x = util.CheckErr
|
||||
x = e.ExitErr
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user