3 lines
85 B
Bash
Executable File
3 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
find . -name "*.go" | grep -v Godeps |grep -v vendor | xargs gofmt -s -w
|