From 0fe79aad0ff800f8df3136d018e0a8b64c614d61 Mon Sep 17 00:00:00 2001 From: Toshihiro Shiino Date: Tue, 4 Feb 2020 12:32:58 +0000 Subject: [PATCH] doc/go1.14: add missing slashes This saves a redirect and makes the document more consistent. Change-Id: I67840f5dc05dffd8893a055618eb202b682a0ebc Reviewed-on: https://go-review.googlesource.com/c/go/+/217698 Reviewed-by: Ian Lance Taylor --- doc/go1.14.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/go1.14.html b/doc/go1.14.html index 2f73f0fdf7..dec8e98d73 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -436,7 +436,7 @@ TODO in mind.

-
hash/maphash
+
hash/maphash

This new package provides hash functions on byte sequences. @@ -626,7 +626,7 @@ TODO

-
math/big
+
math/big

The GCD method @@ -759,7 +759,7 @@ TODO

-
runtime/pprof
+
runtime/pprof

The generated profile no longer includes the pseudo-PCs used for inline -- 2.48.1