1
0
mirror of https://github.com/golang/go synced 2024-11-15 11:50:31 -07:00
go/api
Shenghou Ma 4c35c0b498 [release-branch.go1] api: add Linux/ARM to go1 API
««« backport 5538444d6f32
api: add Linux/ARM to go1 API
It's very unfortunate that the type of Data field of struct
RawSockaddr is [14]uint8 on Linux/ARM instead of [14]int8
on all the others.
btw, it should be [14]int8 according to my header files.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6275050

»»»
2012-06-13 16:24:39 -04:00
..
go1.txt [release-branch.go1] api: add Linux/ARM to go1 API 2012-06-13 16:24:39 -04:00
next.txt [release-branch.go1] syscall: correct Win32finddata definition 2012-06-13 16:24:37 -04:00
README [release-branch.go1] cmd/api: add api/next.txt 2012-06-13 16:24:10 -04:00

Files in this directory are data for Go's API checker ("go tool api", in src/cmd/api).

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.

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
warning output from the go api tool.