blob: ce24efcd3126967f72395b842caedae5e5ea4574 [file] [log] [blame]
Brent Austinba3052e2015-04-21 16:08:23 -07001Files in this directory are data for Go's API checker ("go tool api", in src/cmd/api).
2
Dan Willemsen38f2dba2016-07-08 14:54:35 -07003Each file is a list of API features, one per line.
Brent Austinba3052e2015-04-21 16:08:23 -07004
5go1.txt (and similarly named files) are frozen once a version has been
6shipped. Each file adds new lines but does not remove any.
7
8except.txt lists features that may disappear without breaking true
9compatibility.
10
11next.txt is the only file intended to be mutated. It's a list of
12features that may be added to the next version. It only affects
13warning output from the go api tool.