Commit Graph

17 Commits

Author SHA1 Message Date
James Phillips 4882d94c7a
Switches over to govendor. 2016-08-08 18:53:35 -07:00
James Phillips dd06007766 Adds a vendoring cheat sheet. 2016-07-19 17:14:25 -07:00
James Phillips 359541a67d Update README.md
Fixes #2041.
2016-05-12 21:38:43 -07:00
James Phillips 25811d8802 Gets rid of obsolete go get command in the README. 2016-04-24 16:32:19 -07:00
James Phillips 3d29ef369e Adds a note that Go 1.6+ is required. 2016-03-08 10:33:04 -08:00
James Phillips cc00786580 Changes readme Go version to 1.5.3. 2016-01-14 19:55:57 -08:00
Seth Vargo cae0ff354a Use HTTPS + www. where appropriate 2016-01-13 17:44:01 -05:00
James Phillips 8738f9780b Updates go version to 1.5.1, and modernizes the Vagrantfile.
Drops 32bit in the Vagrantfile as well since we can build that with
gox and don't need a special environment for it. The Vagrantfile is
now just a good default development environment.
2015-10-26 15:59:38 -07:00
Emil Hessman 78b947ddbc make.bat: add Makefile functionality for Windows
Converted the Makefile functionality into several bat files to better
support building on Windows. All targets have been introduced in the
make.bat file, except for "cov" and "format".

Running make.bat with no arguments runs the all target per default,
just like Makefile.
If an argument is supplied, it must be one of all, cover, deps,
integ, test, vet, or updatedeps.

For example

  > make.bat test

runs the test target.
2015-01-25 06:35:56 +01:00
Emil Hessman 376b86e556 README: go get -f requires Go 1.4+ 2015-01-18 05:30:52 +01:00
Dr Nic Williams 3536d8c31c suggest 'go get -u ./... before running make 2014-09-02 10:49:28 -07:00
Armon Dadgar 60186fb86d Adding travis badge 2014-04-19 13:49:20 -07:00
Mitchell Hashimoto 603ae7abc5 Update README 2014-04-16 22:04:28 -07:00
Armon Dadgar fac359b4bf README: fixing link 2014-04-14 12:20:48 -07:00
Armon Dadgar 9eefe379d5 website: Fixing Google group link 2014-04-14 12:19:28 -07:00
Armon Dadgar 3ffbbeacd9 Filling in READMe 2014-04-14 11:45:31 -07:00
Armon Dadgar 0a7996bc4f Initial commit 2013-11-04 14:15:27 -08:00