mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-31 03:31:41 +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
|