File: README.md

package info (click to toggle)
golang-github-docker-go 1.5.2~git20160303.d30aec9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 444 kB
  • sloc: makefile: 23
file content (16 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[![Circle CI](https://circleci.com/gh/docker/go.svg?style=svg)](https://circleci.com/gh/docker/go)

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:**

```console
$ make update
```

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