Documentation ¶
Overview ¶
Package pkgutil contains some small utilities for working with go packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Filenames ¶
Filenames returns all filenames referenced by the package as relative paths to the package directory.
func ListPackages ¶
ListPackages returns a list of packages found under the given directory (including itself, if it's a package).
func SplitQualifiedName ¶
SplitQualifiedName splits a qualified name into the package and the local name inside the package.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.