]> Cypherpunks repositories - gostls13.git/commitdiff
api: Update readme.
authorRobin Eklind <r.eklind.87@gmail.com>
Mon, 11 Feb 2013 17:10:35 +0000 (09:10 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 11 Feb 2013 17:10:35 +0000 (09:10 -0800)
R=golang-dev, bradfitz, dave
CC=golang-dev
https://golang.org/cl/7303065

api/README

index 34b86efd99766a7b5b9209206a8f5f0198a096ac..897abc8d273e676408d6bc10d603f6ee2d278406 100644 (file)
@@ -5,8 +5,8 @@ Each file is a list of of API features, one per line.
 go1.txt (and similarly named files) are frozen once a version has been
 shipped. Each file adds new lines but does not remove any.
 
-except.txt lists features that may disappear without breaking
-true compatibility. The only package there is text/template/parse.
+except.txt lists features that may disappear without breaking true
+compatibility.
 
 next.txt is the only file intended to be mutated. It's a list of
 features that may be added to the next version. It only affects