;;; Code: (require 'eglot) (use-package go-mode :config (add-hook 'go-mode-hook 'eglot-ensure)) (provide 'go) ;;; go.el ends here.