Go. A collection of useful building blocks written in Go.

github.com/tj/go

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

March 2021
  • add LICENSE
June 2020
  • Release v1.8.7
  • fix git error handling
September 2018
  • Release v1.8.6
  • term: refactor Renderer() to be more robust
June 2018
  • git: return ErrNoRepo when there are no commits
May 2018
  • git: add skipCI utility
  • git: add skipping of a test when in CI
  • add go test directly to ci.yml
  • remove database/influx
  • add ci.yml
April 2018
  • git: fix reporting of ErrLookup
March 2018
  • git: remove unnecessary meta-data from Commit for now
  • git: remove subject for now
  • git: remove wrapping of error
  • git: add Commit.Describe()
  • git: add Commit.Tag()
  • git: add GetCommit()
  • term: fix Strip() regexp
January 2018
  • graphviz: oops