format with go fmt

This commit is contained in:
Jeff Becker
2016-01-29 07:22:31 -05:00
parent f2c6e01206
commit 1e471e4e00
38 changed files with 694 additions and 729 deletions

View File

@ -2,12 +2,12 @@ package config
// router.config options
type RouterConfig struct {
NetDbDir string
Bootstrap BootstrapConfig
NetDbDir string
Bootstrap BootstrapConfig
}
// defaults for router
var Router = &RouterConfig{
NetDbDir: "./netDb",
NetDbDir: "./netDb",
}