Next: Syntax Checking, Previous: Managing Imports, Up: Go-Mode Features [Index]
go-mode
supports beginning-of-defun
(‘C-M-a’) and end-of-defun
(‘C-M-e’),
two core Emacs functions for navigating between functions. Additionally,
functions such as narrow-to-defun
and mark-defun
rely on these two
functions.
You can also use Imenu
to jump to specific function or type declarations.