monitor a good

Former-commit-id: 5a37bfdfe208d3d1a71e6b4924209d0c8e6f53a0
This commit is contained in:
bel
2019-06-21 21:59:56 -06:00
parent 90a31495c9
commit 730cf1e15a
32 changed files with 542 additions and 2983 deletions

Binary file not shown.

View File

@@ -8,6 +8,7 @@ import (
func TestNew(t *testing.T) {
os.Setenv("DB", "MAP")
os.Args = []string{"ok"}
config.New()
New()
}