summaryrefslogtreecommitdiff
path: root/examples/goimports/build
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-24 06:19:40 -0600
committerJeff Carr <[email protected]>2024-11-24 06:19:40 -0600
commitb1cdb841bc7240fc9aa929ad15a09f0ae618777b (patch)
tree48a80a62ab2afa0c96e48043ee62ae7be9ea5d28 /examples/goimports/build
parentc8bbe3c2983ab30ad568ba10fa8778493311bd73 (diff)
more example ideasv0.22.18
Diffstat (limited to 'examples/goimports/build')
-rwxr-xr-xexamples/goimports/build5
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)