Go packages with small patches autogenerated (used for canonical/json)
Перейти к файлу
Jessica Frazelle 6e461eb70c update patches
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
2015-08-27 11:06:00 -07:00
canonical/json Encode non-fatal floats as integers in canonical mode 2015-08-27 11:04:12 -07:00
patches update patches 2015-08-27 11:06:00 -07:00
.gitignore initial source 2015-07-26 06:46:21 -07:00
Makefile update makefile and patches 2015-08-01 18:41:56 -07:00
README.md add circle.yml 2015-08-01 18:56:47 -07:00
circle.yml add circle.yml 2015-08-01 18:56:47 -07:00

README.md

Circle CI

This is a repository used for building go packages based off upstream with small patches.

It is only used so far for a canonical json pkg.

I hope we do not need to use it for anything else in the future.

To update:

$ make update

This will nuke the current package, clone upstream and apply the patch.