Files
go-i2p/lib/tunnel/pool.go

6 lines
80 B
Go
Raw Normal View History

2016-08-17 09:19:56 -04:00
package tunnel
// a pool of tunnels which we have created
type Pool struct {
}