Skip to content
This repository has been archived by the owner on Jul 22, 2018. It is now read-only.

Commit

Permalink
Improve ChannelPool doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fatih committed Jul 20, 2014
1 parent e31bdb1 commit 9f8ca9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion channel.go
Expand Up @@ -7,7 +7,7 @@ import (
"sync"
)

// Pool allows you to use a pool of net.Conn connections.
// ChannelPool implements the Pool interface based on buffered channels.
type ChannelPool struct {
// storage for our net.Conn connections
mu sync.Mutex
Expand Down

0 comments on commit 9f8ca9d

Please sign in to comment.