1 files changed, 0 insertions(+), 10 deletions(-)
M init.org
M init.org => init.org +0 -10
@@ 550,16 550,6 @@ Setup colored parenthesis for
:hook ((lisp-mode . rainbow-delimiters-mode)))
#+end_src
-** golang
-Install ~golang~ packege (on Ubuntu) or similar to have the format
-capability. Note that tabs are mandatory, and in general ~gofmt~
-puts a ~.go~ file to the correct formatting style.
-
-#+begin_src elisp
- (use-package go-mode
- :hook ((before-save-hook . gofmt-before-save))
- :custom ((tab-width 4)))
-#+end_src
* Epilogue
Re-set garbage collector limit to a sensible value.