Files
go-i2p/lib/tunnel/pool.go
2016-08-17 09:19:56 -04:00

6 lines
80 B
Go

package tunnel
// a pool of tunnels which we have created
type Pool struct {
}