From 08bf443016bae30690417b4835076709ef36e3b0 Mon Sep 17 00:00:00 2001 From: Lauris BH Date: Tue, 27 Nov 2018 23:52:20 +0200 Subject: Implement git refs API for listing references (branches, tags and other) (#5354) * Inital routes to git refs api * Git refs API implementation * Update swagger * Fix copyright * Make swagger happy add basic test * Fix test * Fix test again :) --- vendor/github.com/src-d/gcfg/go1_2.go | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vendor/github.com/src-d/gcfg/go1_2.go (limited to 'vendor/github.com/src-d/gcfg/go1_2.go') diff --git a/vendor/github.com/src-d/gcfg/go1_2.go b/vendor/github.com/src-d/gcfg/go1_2.go new file mode 100644 index 0000000000..6f5843bc7c --- /dev/null +++ b/vendor/github.com/src-d/gcfg/go1_2.go @@ -0,0 +1,9 @@ +// +build go1.2 + +package gcfg + +import ( + "encoding" +) + +type textUnmarshaler encoding.TextUnmarshaler -- cgit v1.2.3