@haitchfive@haitchfive I didn't use anything special for the dot flags, it's the default output.
If you run this in the ssm directory, you should get the same thing:
go run ./cmd/ssmdot -output states.dot ./rate_limiting.go && dot -Tpdf states.dot -o states.pdf

