diff --git a/doc/go1.11.html b/doc/go1.11.html index de3da01325..e76e21c52e 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -311,6 +311,19 @@ func f(v interface{}) { user task/region analysis page.

+

Cgo

+ +

+Since Go 1.10, cgo has translated some C pointer types to the Go +type uintptr. These types include +the CFTypeRef hierarchy in Darwin's CoreFoundation +framework and the jobject hierarchy in Java's JNI +interface. In Go 1.11, several improvements have been made to the code +that detects these types. Code that uses these types may need some +updating. See the Go 1.10 release notes for +details. +

+

Godoc