From f1b7164c9ee200f6fa404b5d05201da62e9437f9 Mon Sep 17 00:00:00 2001 From: Frederik Zipp Date: Wed, 17 Feb 2021 21:13:25 +0100 Subject: _content/doc: fix typos, broken links, and text formatting For golang/go#44241 Change-Id: Ie23c99c6e36c618d0a3135167cf780f02ea3e3ea Reviewed-on: https://go-review.googlesource.com/c/website/+/293229 Run-TryBot: Steve Traut TryBot-Result: Go Bot Reviewed-by: Steve Traut Trust: Dmitri Shuralyov --- _content/doc/tutorial/call-module-code.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '_content/doc/tutorial/call-module-code.html') diff --git a/_content/doc/tutorial/call-module-code.html b/_content/doc/tutorial/call-module-code.html index b7f7649f..3c3602b8 100644 --- a/_content/doc/tutorial/call-module-code.html +++ b/_content/doc/tutorial/call-module-code.html @@ -135,9 +135,9 @@ go 1.14

Here, the - replace directive + + replace directive + tells Go to replace the module path (the URL example.com/greetings) with a path you specify. In this case, that's a greetings directory next to the hello directory. @@ -172,9 +172,9 @@ replace example.com/greetings => ../greetings

To build the module, Go found the local code in the ../greetings directory, then added a - require directive + + require directive + to specify that hello is dependent on (requires) example.com/greetings. You created this dependency when you imported the greetings package (contained in the -- cgit v1.3