diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-11 02:08:59 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-11 02:08:59 +0300 |
commit | b2216cf9dea9da1e78cbc4703c9700110833dd98 (patch) | |
tree | 4e2c3e8ef764cd137f210cfecdad02b8d3f49e44 | |
parent | 1fabbf4ae69b1f1b8746d0e2c585a4e0015f9912 (diff) |
Auto-commit 2024-12-11
-rw-r--r-- | layouts/go/list.html | 2 | ||||
-rw-r--r-- | layouts/go/single.html | 2 |
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> |