Go Godo Godo Versions Save

golang build tool in the spirt of rake, gulp

v1.4.5

9 years ago
  • expose Processes
  • more tracing when verbose is set
  • -v flag is verbose
  • -V flag is version

v1.4.4

9 years ago
  • fix path issue on Windows (Start)

v1.4.3

9 years ago
  • Adds Go templating to Bash, Run and Start

This is the last release of v1 (other than fixes of course). v2 will be a slight refactor now that I grok Go much better.

v1.4.2

9 years ago
  • added Prompt and PromptPassword

v1.4.1

9 years ago
  • Suffix version on godobin, eg godobin-1.4.1. This forces godobin to recompile on an upgrade.

v1.4.0

9 years ago
  • (re) compile Godofile.go to godobin (godobin.exe on Windows) to improve performance on subsequent runs
  • fixed tests on Windows

v1.3.2

9 years ago

fix #23

v1.3.1

9 years ago
  • fix env variables with quoted values
  • add deprecated flag to warn about v2 refactoring

v1.3.0

9 years ago
  • fix too many open files
  • add task arguments

v1.2.0

9 years ago
  • Cross-platform path list separator ::
  • Env interpolation can use newly created vars
Env = `
    FOO=bar
    BAH=$FOO
`
  • godo searches then runs first found of: Gododir/Godofile.go or tasks/Godofile.go