Home | History | Annotate | only in /prebuilts/go/darwin-x86/api
Up to higher level directory
NameDateSize
except.txt21-Aug-201819.8K
go1.1.txt21-Aug-20182.6M
go1.10.txt21-Aug-201830.1K
go1.2.txt21-Aug-20181.9M
go1.3.txt21-Aug-2018117K
go1.4.txt21-Aug-201834K
go1.5.txt21-Aug-201846.6K
go1.6.txt21-Aug-201812.9K
go1.7.txt21-Aug-201813.6K
go1.8.txt21-Aug-201816.3K
go1.9.txt21-Aug-20189.3K
go1.txt21-Aug-20181.7M
next.txt21-Aug-20180
README21-Aug-2018521

README

      1 Files in this directory are data for Go's API checker ("go tool api", in src/cmd/api).
      2 
      3 Each file is a list of API features, one per line.
      4 
      5 go1.txt (and similarly named files) are frozen once a version has been
      6 shipped. Each file adds new lines but does not remove any.
      7 
      8 except.txt lists features that may disappear without breaking true
      9 compatibility.
     10 
     11 next.txt is the only file intended to be mutated. It's a list of
     12 features that may be added to the next version. It only affects
     13 warning output from the go api tool.
     14 
     15