Skip to content

Instantly share code, notes, and snippets.

@rcshubhadeep
Created July 21, 2021 17:03
Show Gist options
  • Save rcshubhadeep/592a06690aa2902ab2adf5689a514949 to your computer and use it in GitHub Desktop.
Save rcshubhadeep/592a06690aa2902ab2adf5689a514949 to your computer and use it in GitHub Desktop.
New StateMachine
func New() *StateMachine {
s := &StateMachine{}
s.g = multi.NewDirectedGraph()
return s
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment