diff options
| author | Anthony Martin <ality@pbrane.org> | 2013-01-19 22:20:46 -0800 |
|---|---|---|
| committer | Anthony Martin <ality@pbrane.org> | 2013-01-19 22:20:46 -0800 |
| commit | 42c86828b17146bde52e8b804174012e99d455fc (patch) | |
| tree | da779795a433591733eeece398072c100f41ad27 /src/cmd/api | |
| parent | 3454b6bf82a7f09aa346594a5a71b1dfed3696d8 (diff) | |
| download | go-42c86828b17146bde52e8b804174012e99d455fc.tar.xz | |
cmd/api: sort features
R=golang-dev, minux.ma, bradfitz
CC=golang-dev
https://golang.org/cl/7141062
Diffstat (limited to 'src/cmd/api')
| -rw-r--r-- | src/cmd/api/goapi.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/api/goapi.go b/src/cmd/api/goapi.go index a61497c52d..6d39a463f6 100644 --- a/src/cmd/api/goapi.go +++ b/src/cmd/api/goapi.go @@ -181,6 +181,7 @@ func main() { defer bw.Flush() if *checkFile == "" { + sort.Strings(features) for _, f := range features { fmt.Fprintf(bw, "%s\n", f) } |
