Registry / utility / godo-v2

godo-v2

JSON →
library2.0.9gogounverified

A task runner and file watcher inspired by Rake and Gulp.

go get gopkg.in/godo.v2
INSTALL
IMPORT
SIG · GODO-V2
G
godo-v2
utilitygov2.0.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

godo
gopkg.in/godo.v2

Define and run a build task.

package main import "gopkg.in/godo.v2" func main() { godo.Task("build", func() error { return godo.Exec("go build") }) godo.Default("build") godo.Run() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.9latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
godo-v2 — go get godo-v2 · libregistry