go: update note on current go version and the one in Debian
This commit is contained in:
parent
df5e483956
commit
8ab6ce55cf
7
init.el
7
init.el
@ -575,10 +575,9 @@ inserted between the braces between the braces."
|
|||||||
;;; [install from MELPA all required packages](#add-melpa-package-list).
|
;;; [install from MELPA all required packages](#add-melpa-package-list).
|
||||||
;;; Or just install [go-mode], [go-guru], [company-lsp].
|
;;; Or just install [go-mode], [go-guru], [company-lsp].
|
||||||
|
|
||||||
;;; 2. Install Go compiler. Under Debian you install `golang-go` package
|
;;; 2. Install Go compiler. Under Debian you may install `golang` package
|
||||||
;;; (but in Debian 9 Stretch it is 1.7 while in Debian 8 Jessie it is
|
;;; (but in Debian 10 Buster it is 1.11 compared to the current 1.13,
|
||||||
;;; 1.3.3 compared to the current 1.12, so you may
|
;;; so you may consider
|
||||||
;;; consider
|
|
||||||
;;; [downloading the current version of Go](https://golang.org/dl/)). Otherwise
|
;;; [downloading the current version of Go](https://golang.org/dl/)). Otherwise
|
||||||
;;; search for the package for your system or
|
;;; search for the package for your system or
|
||||||
;;; see [Getting started](https://golang.org/doc/install).
|
;;; see [Getting started](https://golang.org/doc/install).
|
||||||
|
@ -121,10 +121,9 @@ inserted between the braces between the braces."
|
|||||||
;;; 1. Install [from MELPA](#add-melpa-package-list) the following Emacs
|
;;; 1. Install [from MELPA](#add-melpa-package-list) the following Emacs
|
||||||
;;; packages: [go-mode], [company-go], [go-eldoc], and [go-guru].
|
;;; packages: [go-mode], [company-go], [go-eldoc], and [go-guru].
|
||||||
|
|
||||||
;;; 2. Install Go compiler. Under Debian you install `golang-go` package
|
;;; 2. Install Go compiler. Under Debian you may install `golang` package
|
||||||
;;; (but in Debian 9 Stretch it is 1.7 while in Debian 8 Jessie it is
|
;;; (but in Debian 10 Buster it is 1.11 compared to the current 1.13,
|
||||||
;;; 1.3.3 compared to the current 1.11, so you may
|
;;; so you may consider
|
||||||
;;; consider
|
|
||||||
;;; [downloading the current version of Go](https://golang.org/dl/)). Otherwise
|
;;; [downloading the current version of Go](https://golang.org/dl/)). Otherwise
|
||||||
;;; search for the package for your system or otherwise
|
;;; search for the package for your system or otherwise
|
||||||
;;; see [Getting started](https://golang.org/doc/install).
|
;;; see [Getting started](https://golang.org/doc/install).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user