summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-11-16 18:00:47 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2021-11-16 18:00:47 +0100
commitabd5eee3922b18a25ba59bb5a5d59a969ab5deb9 (patch)
treef9fe7c8ac5bf52b92c34802df168b512043a2976 /Makefile
parent646db5d4f942b4c4da4a62f38b159bd80b7f9db1 (diff)
[mod] Tools to install and maintain golang [1] binaries & packages.
[1] https://golang.org/doc/devel/release#policy A simple *helloworld* test with user 'my_user' : sudo -H adduser my_user ./manage go.golang go1.17.3 my_user ./manage go.install github.com/go-training/helloworld@latest my_user ./manage go.bash my_user $ helloword Hello World!! Don't forget to remove 'my_user': sudo -H deluser --remove-home my_user Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 80132336..eb0fa3f7 100644
--- a/Makefile
+++ b/Makefile
@@ -65,6 +65,7 @@ test.shell:
utils/lib.sh \
utils/lib_install.sh \
utils/lib_static.sh \
+ utils/lib_go.sh \
utils/filtron.sh \
utils/searx.sh \
utils/morty.sh \