diff --git a/util.go b/util.go index 26eed8f..cf9b407 100644 --- a/util.go +++ b/util.go @@ -105,7 +105,6 @@ func initdb() { return } } - defer db.Close() r := bufio.NewReader(os.Stdin) err = createuser(db, r) @@ -208,7 +207,6 @@ func adduser() { return } - db.Close() os.Exit(0) }