Commit 42c86828 authored by Anthony Martin's avatar Anthony Martin

cmd/api: sort features

R=golang-dev, minux.ma, bradfitz
CC=golang-dev
https://golang.org/cl/7141062
parent 3454b6bf
......@@ -181,6 +181,7 @@ func main() {
defer bw.Flush()
if *checkFile == "" {
sort.Strings(features)
for _, f := range features {
fmt.Fprintf(bw, "%s\n", f)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment