Change to go1.6.1 and vendoring

This commit is contained in:
Iwasaki Yudai 2016-04-13 16:01:14 +09:00
parent b1c5226875
commit a350994aa2
164 changed files with 17 additions and 1383 deletions

7
vendor/github.com/braintree/manners/interfaces.go generated vendored Normal file
View file

@ -0,0 +1,7 @@
package manners
type waitGroup interface {
Add(int)
Done()
Wait()
}