From: Elias Naur Date: Mon, 1 Jun 2020 09:47:23 +0000 (+0200) Subject: doc: document the new Cgo EGLConfig special case X-Git-Tag: go1.15beta1~75 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=612da6bf19d35755979db8b9fe08066eb31890f0;p=gostls13.git doc: document the new Cgo EGLConfig special case Change-Id: I7ae5eaa974b85eac421a0b1f79cb734a0fe44e72 Reviewed-on: https://go-review.googlesource.com/c/go/+/235818 Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go1.15.html b/doc/go1.15.html index eccd9c29a0..d8a4eb4769 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -241,6 +241,16 @@ TODO TODO

+

Cgo

+ +

+ Go 1.15 will translate the C type EGLConfig to the + Go type uintptr. This change is similar to how Go + 1.12 and newer treats EGLDisplay, Darwin's CoreFoundation and + Java's JNI types. See the cgo + documentation for more information. +

+

Minor changes to the library