aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/go/list.html2
-rw-r--r--layouts/go/single.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/go/list.html b/layouts/go/list.html
index bdb1549..c8562e7 100644
--- a/layouts/go/list.html
+++ b/layouts/go/list.html
@@ -38,7 +38,7 @@
{{ end }}
{{ end }}
<footer>
- <pre>go get neonxp.ru/go/{{ .Params.Name }}</pre>
+ <pre>go get -u neonxp.ru/go/{{ .Params.Name }}@latest</pre>
</footer>
</article>
{{ end }}
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>