Documentation ¶
Overview ¶
Package remove handles the removal of packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func All ¶
func All(pi goolib.PackageInfo, deps DepMap, state *client.GooGetState, dbOnly bool) error
All removes a package and all dependant packages. Packages with no dependant packages will be removed first.
Types ¶
type DepMap ¶
DepMap is a map of packages to dependant packages.
func EnumerateDeps ¶
func EnumerateDeps(pi goolib.PackageInfo, state client.GooGetState) (DepMap, []string)
EnumerateDeps returns a DepMap and list of dependencies for a package.
Click to show internal directories.
Click to hide internal directories.