Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.42 KB

README.md

File metadata and controls

57 lines (35 loc) · 1.42 KB

godoctor.el

MELPA

Emacs frontend for godoctor.

Installation

The package is available on MELPA. Run M-x package-install <RET> godoctor <RET> to install.

Quickstart

(use-package go-mode
  :config (use-package godoctor))

Commands

  • godoctor-rename
  • godoctor-extract
  • godoctor-toggle
  • godoctor-godoc
  • godoctor-rename-dry-run
  • godoctor-extract-dry-run
  • godoctor-toggle-dry-run
  • godoctor-godoc-dry-run

See Getting Started for more details.

Screenshots

godoctor-rename

godoctor-rename

godoctor-extract

godoctor-extract

godoctor-toggle

godoctor-toggle

godoctor-godoc

godoctor-godoc

Contributors

License

GNU General Public License version 3