mirror of
https://github.com/yudai/gotty.git
synced 2026-02-19 22:48:08 +01:00
Credit braintree/manners
This commit is contained in:
parent
470621f39e
commit
b37f7973bd
15 changed files with 904 additions and 8 deletions
7
Godeps/_workspace/src/github.com/braintree/manners/interfaces.go
generated
vendored
Normal file
7
Godeps/_workspace/src/github.com/braintree/manners/interfaces.go
generated
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package manners
|
||||
|
||||
type waitGroup interface {
|
||||
Add(int)
|
||||
Done()
|
||||
Wait()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue