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