Purpose of the repository is to ease development and testing of the complete set of patches against the real world.
History of work is out of the scope and updates of the package occur for language changes and other reasons.
Commits will be rewritten with updates of tip of package from Go source code and patches when updated.
Some comments in related issues might also be of value.
How to
Using patch files
Download the patch file of interest from this repository by accessing Gerrit.
Something like git am 0001....patch should apply the patch to your go source code.
Local development and evaluation
Git clone as usual. The repository is an ordinary module which can be imported as usual.
History of repository
A folder using the src/ directory to match patches was cumbersome to use since the availability of Go workspace.
A general fix based on Go 1.11 is abandoned for several reasons.
Branch go111 has an archive of this global fix.