issues
search
sclasen
/
swfsm
[golang] simple workflow finite state machines
MIT License
53
stars
14
forks
source link
Fix imports command, only fmt our code
#171
Closed
lstoll
closed
8 years ago
lstoll
commented
8 years ago
169 introduced a few things which caused problems running
make
locally - a imports command had arguments out of order, and we were trying to format vendored code.
This fixes that.
169 introduced a few things which caused problems running
make
locally - a imports command had arguments out of order, and we were trying to format vendored code.This fixes that.