1
0
mirror of https://github.com/golang/go synced 2024-09-30 16:08:36 -06:00

cmd/guru: update link to documentation

Change-Id: Ia50c7878b0ba3c6576acf56b033beda122812c76
Reviewed-on: https://go-review.googlesource.com/24835
Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
Alan Donovan 2016-07-08 18:09:44 -04:00
parent 2b3249681b
commit 35c6e68a1a

View File

@ -4,8 +4,7 @@
// guru: a tool for answering questions about Go source code. // guru: a tool for answering questions about Go source code.
// //
// http://golang.org/s/oracle-design // http://golang.org/s/using-guru
// http://golang.org/s/oracle-user-manual
// //
// Run with -help flag or help subcommand for usage information. // Run with -help flag or help subcommand for usage information.
// //
@ -88,7 +87,7 @@ The -scope flag restricts analysis to the specified packages.
encoding/...,-encoding/xml encoding/...,-encoding/xml
matches all encoding packages except encoding/xml. matches all encoding packages except encoding/xml.
User manual: http://golang.org/s/oracle-user-manual User manual: http://golang.org/s/using-guru
Example: describe syntax at offset 530 in this file (an import spec): Example: describe syntax at offset 530 in this file (an import spec):