mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-06 06:24:20 -04:00
format with go fmt
This commit is contained in:
@ -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",
|
||||
}
|
||||
|
Reference in New Issue
Block a user