From d6ffc1d8394d6f6420bb92d79d320da88720fbe0 Mon Sep 17 00:00:00 2001 From: Wagner Riffel Date: Mon, 19 Aug 2019 00:41:12 -0300 Subject: [PATCH] doc: rewrite reference to plan9.bell-labs.com to 9p.io Change-Id: I75619feced842b8ca509ee08e01b63258c5e87ca Reviewed-on: https://go-review.googlesource.com/c/go/+/190757 Reviewed-by: Ian Lance Taylor Run-TryBot: Ian Lance Taylor TryBot-Result: Gobot Gobot --- doc/go1.3.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.3.html b/doc/go1.3.html index feed6480c7..18b3ec65d2 100644 --- a/doc/go1.3.html +++ b/doc/go1.3.html @@ -373,7 +373,7 @@ which can be useful information when debugging deadlocks or performance issues.

A new package debug/plan9obj was added to the standard library. -It implements access to Plan 9 a.out object files. +It implements access to Plan 9 a.out object files.

Major changes to the library

-- 2.50.0