From cc3c5fc4f02fcdf5e466fec5078c60f14bbc28d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 15 May 2024 12:18:13 +0200 Subject: [PATCH] Update go --- helpers/go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/go b/helpers/go index fd7117414..0e18301f7 100644 --- a/helpers/go +++ b/helpers/go @@ -30,7 +30,7 @@ export GOENV_ROOT="$goenv_install_dir" # However, $PATH is duplicated into $go_path to outlast any manipulation of $PATH # You can use the variable `$ynh_go_load_path` to quickly load your Go version # in $PATH for an usage into a separate script. -# Exemple: $ynh_go_load_path $install_dir/script_that_use_gem.sh` +# Exemple: `$ynh_go_load_path $install_dir/script_that_use_gem.sh` # # # Finally, to start a Go service with the correct version, 2 solutions