mirror of
https://github.com/golang/go
synced 2024-11-05 11:46:12 -07: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:
parent
2b3249681b
commit
35c6e68a1a
@ -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):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user