Documentation
¶
Overview ¶
Package where can locate definitions in Go source.
The format of a string being looked up is
IMPORTPATH[#IDENTIFIER[.FIELD]...[.METHOD]]
Import paths are separated from the rest by '#'. The rest of the string is a series of identifiers naming top-level declarations, struct fields, and methods.
In practise, you can think it as "what godoc.org would take".
Example:
github.com/tv42/where#Ident
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
go-where
command
Command go-where finds where a Go identifier is defined and outputs the location in a format suitable for editor integration.
|
Command go-where finds where a Go identifier is defined and outputs the location in a format suitable for editor integration. |
Click to show internal directories.
Click to hide internal directories.