Andersbakken/rtags@cdff9b47fc -> Andersbakken/rtags@db39790fda Sarcasm/irony-mode@ec6dce7ee1 -> Sarcasm/irony-mode@5063d6b16d ananthakumaran/tide@296c0e0e3a -> ananthakumaran/tide@28137ed904 brianc/jade-mode@111460b056 -> brianc/jade-mode@1ad7c51f3c cython/cython@aea4e6b84b -> cython/cython@5b325c9860 dgutov/robe@fd972e912d -> dgutov/robe@11207bd549 dominikh/go-mode.el@34974346d1 -> dominikh/go-mode.el@32cbd78c0a emacs-lsp/lsp-pyright@72fd57643d -> emacs-lsp/lsp-pyright@d428dbcf18 emacs-typescript/typescript.el@2a58631230 -> emacs-typescript/typescript.el@e824162051 galaunay/poetry.el@d5163fe065 -> galaunay/poetry.el@5b9ef569d6 hlissner/emacs-counsel-css@f7647b4195 -> hlissner/emacs-counsel-css@8e9c0515fc hlissner/emacs-pug-mode@d08090485e -> hlissner/emacs-pug-mode@73f8c2f95e jorgenschaefer/pyvenv@045ff9476d -> jorgenschaefer/pyvenv@31ea715f21 necaris/conda.el@4de6eccda5 -> necaris/conda.el@7a34e06931 pythonic-emacs/anaconda-mode@4f367c768a -> pythonic-emacs/anaconda-mode@cbea0fb318 wbolster/emacs-python-pytest@31ae5e0e68 -> wbolster/emacs-python-pytest@b603c5c7f2
15 lines
699 B
EmacsLisp
15 lines
699 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/go/packages.el
|
|
|
|
(package! go-eldoc :pin "cbbd2ea1e94a36004432a9ac61414cb5a95a39bd")
|
|
(package! go-guru :pin "32cbd78c0af29837ace3db04a224d6d01ec6851e")
|
|
(package! go-mode :pin "32cbd78c0af29837ace3db04a224d6d01ec6851e")
|
|
(package! gorepl-mode :pin "6a73bf352e8d893f89cad36c958c4db2b5e35e07")
|
|
(package! go-tag :pin "59b243f2fa079d9de9d56f6e2d94397e9560310a")
|
|
(package! go-gen-test :pin "35df36dcd555233ee1a618c0f6a58ce6db4154d9")
|
|
|
|
(when (featurep! :completion company)
|
|
(package! company-go :pin "31948b463f2fc18f8801e5a8fe511fef300eb3dd"))
|
|
|
|
(when (featurep! :checkers syntax)
|
|
(package! flycheck-golangci-lint :pin "8e446c68311048f0b87febf8ef0379e29d358851"))
|