Registry / utility / filecoin-project-go-statemachine

filecoin-project-go-statemachine

JSON →
library1.0.3gogounverified

A finite state machine library for Go, used in Filecoin projects.

go get github.com/filecoin-project/go-statemachine
INSTALL
IMPORT
SIG · FILECOIN-PROJECT-G
F
filecoin-project-go-statemachine
utilitygov1.0.3
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.

statemachine
github.com/filecoin-project/go-statemachine

Create a new state machine instance

package main import ( "fmt" "github.com/filecoin-project/go-statemachine" ) func main() { sm := statemachine.New(nil) fmt.Println(sm) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
filecoin-project-go-statemachine — go get filecoin-project-go-statemachine · libregistry