go-ipfs-config: Changed so only explicit ipfs cli commands are lowercased

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
This commit is contained in:
Richard Littauer 2016-07-01 18:36:55 +01:00 committed by Jeromy
parent 3e6db54da2
commit ed67b7bf9a
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ import (
)
// DefaultBootstrapAddresses are the hardcoded bootstrap addresses
// for ipfs. they are nodes run by the ipfs team. docs on these later.
// for IPFS. they are nodes run by the IPFS team. docs on these later.
// As with all p2p networks, bootstrap is an important security concern.
//
// NOTE: This is here -- and not inside cmd/ipfs/init.go -- because of an

View File

@ -15,7 +15,7 @@ import (
var log = logging.Logger("config")
// Config is used to load IPFS config files.
// Config is used to load ipfs config files.
type Config struct {
Identity Identity // local node's peer identity
Datastore Datastore // local node's storage

View File

@ -1,6 +1,6 @@
package config
// Tour stores the ipfs tour read-list and resume point
// Tour stores the 'ipfs tour' read-list and resume point
type Tour struct {
Last string // last tour topic read
// Done []string // all topics done so far