diff options
| author | Russ Cox <rsc@golang.org> | 2011-03-15 14:15:41 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2011-03-15 14:15:41 -0400 |
| commit | a34f1bbb2201c0e66ebd172ac4a533bfeb7e9957 (patch) | |
| tree | 1ff84892909a8f3e396d2838b65b3410116d7bce /src/pkg/Makefile | |
| parent | 66f09fd459cc7477c1c2f0de5a296ab84920f473 (diff) | |
| download | go-a34f1bbb2201c0e66ebd172ac4a533bfeb7e9957.tar.xz | |
gofix: new command for updating code to new release
R=bradfitzgo, dsymonds, r, gri, adg
CC=golang-dev
https://golang.org/cl/4282044
Diffstat (limited to 'src/pkg/Makefile')
| -rw-r--r-- | src/pkg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile index 3edb1e60bd..24b304346d 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -155,6 +155,7 @@ DIRS=\ ../cmd/cgo\ ../cmd/ebnflint\ ../cmd/godoc\ + ../cmd/gofix\ ../cmd/gofmt\ ../cmd/gotype\ ../cmd/goinstall\ |
