Import gofmt.sh helper from asciigoat.org/ini

Signed-off-by: Alejandro Mery <amery@geeks.cl>
This commit is contained in:
2014-10-24 02:25:20 +02:00
parent 2991b67b39
commit e55382c583
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
BASE="$(dirname "$0")"
exec gofmt -l -w -e -s -- $(find "$BASE" -type f -name '*.go')