diff --git a/doc/go1.10.html b/doc/go1.10.html index 9ea7325891..d24b0b7017 100644 --- a/doc/go1.10.html +++ b/doc/go1.10.html @@ -277,9 +277,9 @@ Go structs and Go arrays are not supported in the type signatures of cgo-exporte

Cgo now supports direct access to Go string values from C. Functions in the C preamble may use the type _GoString_ -to accept a Go string as an argument. +to accept a Go string as an argument. C code may call _GoStringLen and _GoStringPtr -for direct access to the contents of the string. +for direct access to the contents of the string. A value of type _GoString_ may be passed in a call to an exported Go function that takes an argument of Go type string.

@@ -816,7 +816,7 @@ formats the X.509 distinguished name in the standard RFC 2253 format.

Drivers that currently hold on to the destination buffer provdied by driver.Rows.Next should ensure they no longer -write to a buffer assignedd to the destination array outside of that call. +write to a buffer assigned to the destination array outside of that call. Drivers must be careful that underlying buffers are not modified when closing driver.Rows.