issues
search
inspirer
/
textmapper
Lexer and Parser generator
http://textmapper.org
MIT License
110
stars
25
forks
source link
all: format source code and import statements using goimports
#46
Closed
mewmew
closed
3 years ago
mewmew
commented
3 years ago
find . -type f -name '*.go' | xargs -I '{}' goimports -w '{}'