encodable a good

Former-commit-id: a0afebd82dfd256ec70c02c607af2a9b3b4b046f
This commit is contained in:
bel
2019-06-22 08:58:54 -06:00
parent 730cf1e15a
commit be065c5dcb
12 changed files with 260 additions and 86 deletions

View File

@@ -34,6 +34,7 @@ func TestNew(t *testing.T) {
}
}
}()
os.Args = []string{"a", "-db", "map"}
if err := New(); err != nil {
t.Fatal(err)
}