Commit edf8b03f authored by Shenghou Ma's avatar Shenghou Ma

cmd/api: allow addition of API

R=bradfitz, rsc
CC=golang-dev
https://golang.org/cl/5991081
parent 3d462449
......@@ -147,7 +147,7 @@ func main() {
changes = true
case len(v1) == 0 || v1[0] > v2[0]:
fmt.Fprintf(bw, "+%s\n", take(&v2))
changes = true
// we allow API additions now
default:
take(&v1)
take(&v2)
......
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