diff options
Diffstat (limited to 'scripts/hx.goformatter')
| -rwxr-xr-x | scripts/hx.goformatter | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/hx.goformatter b/scripts/hx.goformatter new file mode 100755 index 0000000..028fbb2 --- /dev/null +++ b/scripts/hx.goformatter @@ -0,0 +1,3 @@ +#!/bin/sh + +goimports | gofumpt |
