Age | Commit message (Collapse) | Author | Files | Lines |
|
Implement flag.Value to automnatically split strings into an array at
their spaces.
Change-Id: Ia9139e23d74a30acfc74cb65935bb7fc2b322aec
|
|
|
|
When the platform OS is Windows, the output file name should be appended
with ".exe" to match behavior with 'go build', and to allow the
executable to be ran.
|
|
Include platform information in error messages so that builds may be
attributed to a specific platform.
Bug: #1
|
|
Improve the usage outage when invoked with the `-help` option.
|
|
|
|
|
|
|
|
|
|
Ensure the tar archives are reproducible across builds on Travis, based
on the instructions from reproducible-builds.org[0].
Unfortunately, Go's tooling seems to include metadata from $GOROOT and
$GOPATH into the resulting binaries, so care must be taken in setting up
the build tool chain. Rebuilds in Travis, and those configured
similarly, do result in the same archive.
[0]: https://archive.is/CjjIl
|
|
Ons systems with multiple CPUs, support running build jobs in parallel.
This is currently a naive implementation, which only supports running
`runtime.NumCPU()` jobs, with no additional configuration.
|
|
This is just the beginning of the amazing adventures of Terin and
Bakelite. Their journey is destined to be packed with non-stop action,
millions of laughs, heart pounding perils, and endless excitement.
Together, they'll encounter fantastic friends, evil enemies, and meet
creatures beyond your wildest imagination. And as their story unfolds,
we'll unlock the magic and mystery of a most wondrous place, the
incredible world of [fixme].
|
|
|