inspirer / textmapper

Lexer and Parser generator
http://textmapper.org
MIT License
107 stars 23 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 '{}'