From b3caa86f91a22f1aa31ac6a6cabf3a5e88751940 Mon Sep 17 00:00:00 2001
From: Andrew Gerrand
+The source code for seeral Go tools (including godoc)
+is kept in the go.tools repository.
+To install all of them, run the go
get
command:
+
+$ go get code.google.com/p/go.tools/cmd/... ++ +
+Or if you just want to install a specific command (godoc
in this case):
+
+$ go get code.google.com/p/go.tools/cmd/godoc ++ +
+To install these tools, the go
get
command requires
+that Mercurial be installed locally.
+
+You must also have a workspace (GOPATH
) set up;
+see How to Write Go Code for the details.
+
-- 2.50.0