Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
run gofmt -s
  • Loading branch information
web3-bot committed Aug 23, 2022
commit 121adbf3a7d29bf145e4e445fbf0ce949b1e1ed8
5 changes: 3 additions & 2 deletions ctor.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ var ctorImpl InternalNew = nil

// name is dot spearated path
// must be uniqe, use system naming, and unit postfix, examples:
// ipfs.blockstore.bloomcache.bloom.miss.total
// ipfs.routing.dht.notresuingstream.total
//
// ipfs.blockstore.bloomcache.bloom.miss.total
// ipfs.routing.dht.notresuingstream.total
//
// both arguemnts are obligatory
func New(name, helptext string) Creator {
Expand Down