package
0.0.0-20190322013459-2be48bbe64f7
Repository: https://github.com/lunny/gop.git
Documentation: pkg.go.dev
# Functions
Copy copies file from source to target path.
CopyDir copy files recursively from source to target directory.
CopyPkg copy package from sources.
Error println content as an error information.
Errorf printf content as an error information.
Home returns the home directory for the executing user.
IsDir returns true if given path is a directory, or returns false when it's a file or does not exist.
IsExist checks whether a file or directory exists.
IsGoRepoPath returns true if package is from standard library.
ListImports list all the dependencies packages name.
NewCommand creates and returns a new Git Command based on given command and arguments.
Printf printf content according the flag.
Println println content according the flag.
StatDir gathers information of given directory by depth-first.
# Variables
CmdAdd represents add a new dependency package and it's dependencies to this project.
CmdBuild represents.
CmdConfig represents config the gop global options.
CmdDownload represents download a package from github or gopm.io.
CmdEnsure represents.
CmdInit represents.
CmdRelease represents.
CmdRemove represents.
CmdRun represents.
CmdStatus represents.
CmdTest represents.
CmdUpdate represents update a new dependency package and it's dependencies to this project.
CmdVet represents a vet command.
Debug indicated whether it is debug mode.
No description provided by the author
GlobalCommandArgs global command args for external package setting.
# Structs
Command represents a command with its subcommands or arguments.
ConcatenateError describes the error of concate.
Config gop.yml.
ErrExecTimeout error of executing timed out.
No description provided by the author
No description provided by the author
No description provided by the author
Target build target.
# Type aliases
No description provided by the author