Documentation
¶
Overview ¶
copied from gopls the Go language server
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type URI ¶
type URI string
URI represents the full URI for a file.
func FromPath ¶
URIFromPath returns a span URI for the supplied file path.
For empty paths, URIFromPath returns the empty URI "". For non-empty paths, URIFromPath returns a uri with the file:// scheme.
Click to show internal directories.
Click to hide internal directories.