diff options
| author | Jeff Carr <[email protected]> | 2024-11-24 06:19:40 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-24 06:19:40 -0600 |
| commit | b1cdb841bc7240fc9aa929ad15a09f0ae618777b (patch) | |
| tree | 48a80a62ab2afa0c96e48043ee62ae7be9ea5d28 /examples/goimports/build | |
| parent | c8bbe3c2983ab30ad568ba10fa8778493311bd73 (diff) | |
more example ideasv0.22.18
Diffstat (limited to 'examples/goimports/build')
| -rwxr-xr-x | examples/goimports/build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/goimports/build b/examples/goimports/build new file mode 100755 index 0000000..c879b7f --- /dev/null +++ b/examples/goimports/build @@ -0,0 +1,5 @@ +#!/bin/bash -x + +# do nothing. this package is just an 'alias' +# since I never remember where goimport is +# (it's in golang-golang-x-tools) |
