From 9768f736ea11165f10062401dec5509fdf1882ba Mon Sep 17 00:00:00 2001 From: Daniel Martí Date: Thu, 23 Mar 2023 08:12:30 +0000 Subject: all: add a few links in package godocs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I noticed the one in path/filepath while reading the docs, and the other ones were found via some quick grepping. Change-Id: I386f2f74ef816a6d18aa2f58ee6b64dbd0147c9e Reviewed-on: https://go-review.googlesource.com/c/go/+/478795 Run-TryBot: Daniel Martí Reviewed-by: Heschi Kreinick TryBot-Result: Gopher Robot Reviewed-by: Ian Lance Taylor --- src/encoding/gob/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/encoding') diff --git a/src/encoding/gob/doc.go b/src/encoding/gob/doc.go index 15473f18b2..53c47e7d00 100644 --- a/src/encoding/gob/doc.go +++ b/src/encoding/gob/doc.go @@ -6,7 +6,7 @@ Package gob manages streams of gobs - binary values exchanged between an Encoder (transmitter) and a Decoder (receiver). A typical use is transporting arguments and results of remote procedure calls (RPCs) such as those provided by -package "net/rpc". +[net/rpc]. The implementation compiles a custom codec for each data type in the stream and is most efficient when a single Encoder is used to transmit a stream of values, -- cgit v1.3