Update dependencies

This commit is contained in:
Jakob Borg
2015-08-23 15:57:26 +02:00
parent 4405ac7386
commit 1e447741ee
3 changed files with 9 additions and 7 deletions

View File

@@ -4,5 +4,6 @@ go:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.4
- 1.5
- tip

View File

@@ -201,6 +201,7 @@ func (p *BufferPool) String() string {
func (p *BufferPool) drain() {
ticker := time.NewTicker(2 * time.Second)
defer ticker.Stop()
for {
select {
case <-ticker.C: