diff options
author | Shenghou Ma <minux.ma@gmail.com> | 2013-05-22 18:51:15 +0800 |
---|---|---|
committer | Shenghou Ma <minux.ma@gmail.com> | 2013-05-22 18:51:15 +0800 |
commit | 7c53a22ce2ca47ae4cdd360340a408e478498f1e (patch) | |
tree | 672341c59c740381d2225add3e4f78a20984d7e1 /include | |
parent | 67d8d59fbc5b3dbb73bc82556c0e40bd88ea1906 (diff) | |
download | go-7c53a22ce2ca47ae4cdd360340a408e478498f1e.tar.gz |
include: add a README file
R=golang-dev, r
CC=golang-dev
https://codereview.appspot.com/9392049
Diffstat (limited to 'include')
-rw-r--r-- | include/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/README b/include/README new file mode 100644 index 000000000..b8fb5231a --- /dev/null +++ b/include/README @@ -0,0 +1,6 @@ +The header files under this directory are strictly internal to the gc +toolchain, so please don't copy them to the system include file +directory (/usr/include, /usr/local/include, etc.) + +Also note that they must be kept as is in $GOROOT/include, or cmd/dist +will malfunction. |