Documentation
¶
Overview ¶
Package modfiles enumerates Go source files owned by this module while excluding structural directories and nested repository or module boundaries.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SymlinkError ¶
type SymlinkError struct {
Path string
}
SymlinkError reports a module-owned Go source path that is a symbolic link. Discovery fails closed rather than following a link that may escape the module.
func (*SymlinkError) Error ¶
func (e *SymlinkError) Error() string
Click to show internal directories.
Click to hide internal directories.