go-ipfs-config: Changed so only explicit ipfs cli commands are lowercased
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
Richard Littauer committed
Jul 1, 2016 at 18:36 UTC
ed67b7bf9a76ef829fa6327ec9e89ffcbdfc0191
3 files changed
+3
-3
config/bootstrap_peers.go
+1
-1
@@ -8,7 +8,7 @@ import (
8
)
9
10
// DefaultBootstrapAddresses are the hardcoded bootstrap addresses
11
-// for ipfs. they are nodes run by the ipfs team. docs on these later.
11
+// for IPFS. they are nodes run by the IPFS team. docs on these later.
12
// As with all p2p networks, bootstrap is an important security concern.
13
//
14
// NOTE: This is here -- and not inside cmd/ipfs/init.go -- because of an
config/config.go
+1
-1
@@ -15,7 +15,7 @@ import (
15
16
var log = logging.Logger("config")
17
18
-// Config is used to load IPFS config files.
18
+// Config is used to load ipfs config files.
19
type Config struct {
20
Identity Identity // local node's peer identity
21
Datastore Datastore // local node's storage
config/tour.go
+1
-1
@@ -1,6 +1,6 @@
1
package config
2
3
-// Tour stores the ipfs tour read-list and resume point
3
+// Tour stores the 'ipfs tour' read-list and resume point
4
type Tour struct {
5
Last string // last tour topic read
6
// Done []string // all topics done so far