mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-29 02:30:12 +00:00
3 lines
57 B
Bash
Executable file
3 lines
57 B
Bash
Executable file
#!/bin/bash
|
|
|
|
for x in $(lsr \*.go); do gofmt -w $x; done
|