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

runtime

- 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

@@ -796,7 +796,7 @@ godoc
syscall/js

- TypedArrayOf has been replaced by + TypedArrayOf has been replaced by CopyBytesToGo and CopyBytesToJS for copying bytes between a byte slice and a Uint8Array.

@@ -846,7 +846,7 @@ godoc
time

- Day-of-year is now supported by Format + Day-of-year is now supported by Format and Parse.