mirror of
https://github.com/golang/go.git
synced 2025-05-31 04:02:58 +00:00
Define a new interactive function in go-mode.el called gofmt. This function passes the current buffer through the external `gofmt` tool and replaces the buffer with the result. R=agl, rsc https://golang.org/cl/154044