aboutsummaryrefslogtreecommitdiff
path: root/layouts/go/single.html
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-11 02:08:59 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-11 02:08:59 +0300
commitb2216cf9dea9da1e78cbc4703c9700110833dd98 (patch)
tree4e2c3e8ef764cd137f210cfecdad02b8d3f49e44 /layouts/go/single.html
parent1fabbf4ae69b1f1b8746d0e2c585a4e0015f9912 (diff)
Auto-commit 2024-12-11
Diffstat (limited to 'layouts/go/single.html')
-rw-r--r--layouts/go/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/go/single.html b/layouts/go/single.html
index cc95c8e..e7c1c90 100644
--- a/layouts/go/single.html
+++ b/layouts/go/single.html
@@ -24,7 +24,7 @@
{{ end }}
<div>
Установка:
- <pre>go get neonxp.ru/go/{{ .Params.Name }}</pre>
+ <pre>go get -u neonxp.ru/go/{{ .Params.Name }}@latest</pre>
</div>
<div class="p-summary">{{ .Summary }}</div>
<div class="e-content">{{ .Content }}</div>