An Emacs flymake handler for Golang source code.
(straight-use-package
'(flymake-golangci :type git :host gitlab :repo "shackra/flymake-golangci"))(require 'flymake-golanci)
(add-hook 'go-mode-hook 'flymake-golangci-load)Uses flymake-easy, from https://github.com/purcell/flymake-easy