commit c57054f7b49539ca4ed6533267c1c20c39aaaaa5 [browse]
Author: Kevin Ballard
Date: 2009-11-10 20:05:24 -08:00

Implement new emacs command M-x gofmt

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

commit 022e3ae2659491e519d392e266acd86223a510f4 [browse]
Author: Kevin Ballard
Date: 2009-11-10 20:04:14 -08:00

Fix go-mode.el to work on empty buffers

Fixes #8.

R=agl, agl1, rsc
https://golang.org/cl/153056

commit fe1e49241c04c748d0e3f4762925241adcb8d7da [browse]
Author: Russ Cox
Date: 2009-11-10 19:59:22 -08:00

update old comment: things are much better now

R=r
https://golang.org/cl/152057

commit 9604f7b00974ca31cacf5b69e2cbf4cc23531a50 [browse]
Author: Russ Cox
Date: 2009-11-10 19:56:32 -08:00

gotest: avoid problems with grepping for ยท

Fixes #7.

R=r
CC=golang-dev
https://golang.org/cl/154043

commit 4a29a733ec2e8bdb7c271d665c1d1dfce99916cf [browse]
Author: Russ Cox
Date: 2009-11-10 19:34:31 -08:00

install.html: ed needs to be installed too

Fixes #14.

R=r
https://golang.org/cl/152052

clone the repository to get more history