This repository holds the Go plugin for micro.
Install with > plugin install go. This plugin will let you
automatically run gofmt, goimports, gorename, and goreturns
from within micro.
Use > gorename newName or F6 to use gorename. Use > godef or F8 to use godef.