diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/go/single.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/go/single.html b/layouts/go/single.html index a1c2407..75cf89f 100644 --- a/layouts/go/single.html +++ b/layouts/go/single.html @@ -3,6 +3,9 @@ <div class="post"> {{ partial "single/header.html" . }} <div class="alert alert-info" role="alert"> + Установка: + <code>go get -u neonxp.ru/go/{{ .Params.Name }}@latest</code> + <hr> <div> <a class="btn btn-primary" href="https://pkg.go.dev/neonxp.ru/go/{{ .Params.Name }}">{{ partial "icon.html" "golang" }} Документация</a> </div> |