Package: golang-github-manyminds-api2go / 1.0-RC2+git20161229.31.dc368bb-1

Metadata

Package Version Patches format
golang-github-manyminds-api2go 1.0-RC2+git20161229.31.dc368bb-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Avoid julienschmidt httprouter version mismatch.patch | (download)

routing/httprouter.go | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 avoid julienschmidt-httprouter version mismatch

Fix an issue related to julienschmidt-httprouter versions: the latest
release is 1.1 (same as in Debian), but master/HEAD on upstream
contains changes that break compatibility slightly in preparation for
1.2.
More information (and the inspiration for this fix) can be found at:
https://github.com/manyminds/api2go/pull/178