diff --git a/doc/go1.3.html b/doc/go1.3.html index fcb8d4c641..07e695124d 100644 --- a/doc/go1.3.html +++ b/doc/go1.3.html @@ -368,7 +368,13 @@ non-printing.
syscall package now
+supports the cdecl calling convention through the addition of a new function
+NewCallbackCDecl
+alongside the existing function
+NewCallback.
+