Skip to content

cfank/go-fsm

 
 

Repository files navigation

Go

bpi-fsa

Running

With Golang installed

See https://golang.org/doc/install for installation instructions.

Once Golang is installed, run make to build the binary, then invoke with ./bpi-fsa.

Run tests/coverage with make test

Docker

See https://www.docker.com/get-started for installation instructions.

Run make docker to build the image, then use docker run -t bpifsa to run the container

Run make docker-test to run the tests inside a Docker container.

About

A fantastic example of the standard fsm exercise in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 91.3%
  • Makefile 4.5%
  • Dockerfile 4.2%