Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 302 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 302 Bytes

Go Plugin for Micro

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.