@cryptotaxi247 / kubo / commits / 9e050b152

go-ipfs-config: apply the megacheck tool to improve code quality

License: MIT Signed-off-by: Zach Ramsay <zach.ramsay@gmail.com>

zramsay committed May 31, 2017 at 16:56 UTC 9e050b1526f9ba5689e3525be8a167618916de76
1 file changed -3
config/config.go
-3
@@ -10,11 +10,8 @@ import (
10 "strings"
11
12 "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/mitchellh/go-homedir"
13 - logging "gx/ipfs/QmSpJByNKFX1sCsHBEp3R73FL4NF6FnQTEGyNAXHm2GS52/go-log"
13 )
14
16 -var log = logging.Logger("config")
17 -
15 // Config is used to load ipfs config files.
16 type Config struct {
17 Identity Identity // local node's peer identity