diff --git a/doc/go1.13.html b/doc/go1.13.html index 42546c4622..a4cea9b86a 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -229,7 +229,7 @@ go env -w GOPROXY=direct go env -w GOSUMDB=off -
go
get
+go
get
In module-aware mode, @@ -743,8 +743,8 @@ godoc
- Tracebacks, runtime.Caller
,
- and runtime.Callers
now refer to the function that
+ Tracebacks, runtime.Caller
,
+ and runtime.Callers
now refer to the function that
initializes the global variables of PKG
as PKG.init
instead of PKG.init.ializers
- TypedArrayOf
has been replaced by
+ TypedArrayOf has been replaced by
CopyBytesToGo
and
CopyBytesToJS
for copying bytes between a byte slice and a Uint8Array.