Put Agent Config into the config package

This commit is contained in:
Cameron Sparr
2015-11-25 18:42:07 -07:00
parent 979e5f193a
commit a5f2d5ff21
4 changed files with 79 additions and 121 deletions

View File

@@ -108,7 +108,7 @@ func main() {
}
if *fDebug {
ag.Debug = true
ag.Config.Agent.Debug = true
}
if *fTest {