diff options
Diffstat (limited to 'layouts/go/list.html')
-rw-r--r-- | layouts/go/list.html | 2 |
1 files changed, 1 insertions, 1 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 }} |