From: Mohit Agarwal Date: Thu, 4 Jul 2019 15:51:02 +0000 (+0530) Subject: doc/go1.13: fix links and a closing tag X-Git-Tag: go1.13rc1~122 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e94472a36941157c79268ab3f33ca1b3e0eb56a4;p=gostls13.git doc/go1.13: fix links and a closing tag - fix link for `Time.Format` - fix closing tag for `go get` - add links for `runtime.Caller`, `runtime.Callers` - remove link for `TypedArrayOf` since it has been removed (CL 177537) Change-Id: I1dc38226e6d91c68fbd2f02c1acfad5327f4ebe8 Reviewed-on: https://go-review.googlesource.com/c/go/+/185038 Reviewed-by: Emmanuel Odeke --- 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.