Registry / utility / ipfs-go-todocounter

ipfs-go-todocounter

JSON →
library0.0.2gogounverified

Package todocounter provides a thread-safe counter for tracking TODO items in IPFS projects.

go get github.com/ipfs/go-todocounter
INSTALL
IMPORT
SIG · IPFS-GO-TODOCOUNTE
I
ipfs-go-todocounter
utilitygov0.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

todocounter
github.com/ipfs/go-todocounter

Create and use a TODO counter.

package main import ( "fmt" "github.com/ipfs/go-todocounter" ) func main() { counter := todocounter.New() counter.Increment() fmt.Println(counter.Count()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
ipfs-go-todocounter — go get ipfs-go-todocounter · libregistry