miller/go/fmter
2020-08-27 08:32:55 -04:00

3 lines
57 B
Bash
Executable file

#!/bin/bash
for x in $(lsr \*.go); do gofmt -w $x; done