From e94472a36941157c79268ab3f33ca1b3e0eb56a4 Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Thu, 4 Jul 2019 21:21:02 +0530 Subject: [PATCH] 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 --- doc/go1.13.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.

-- 2.50.0