package
2.0.9+incompatible
Repository: https://github.com/go-godo/godo.git
Documentation: pkg.go.dev

# Functions

Debug writes a debug statement to stdout.
Deprecate writes a deprecation warning.
Error writes an error statement to stdout.
FileExists determines if path exists.
FindUp finds a path up the tree.
Info writes an info statement to stdout.
InfoColorful writes an info statement to stdout changing colors on succession.
Outdated determines if ANY src has been modified after ANY dest.
PackageName determines the package name from sourceFile if it is within $GOPATH.
Panic writes an error statement to stdout.
PartitionKV partitions a reader then parses key-value meta using an assignment string.
Prompt prompts user for input with default value.
PromptPassword prompts user for password input.
StrTemplate reads a go template and writes it to dist given data.
Template reads a go template and writes it to dist given data.

# Variables

LogWriter is the writer to which the logs are written.