diff --git a/doc/go1.12.html b/doc/go1.12.html index 0a998c06e0..dddf44b520 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -139,6 +139,12 @@ go vet -vettool=$(which shadow) for more information.
+
+ Mangled C names are no longer accepted in packages that use Cgo. Use the Cgo
+ names instead. For example, use the documented cgo name C.char
+ rather than the mangled name _Ctype_char that cgo generates.
+