mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-07 15:07:16 -04:00
6 lines
80 B
Go
6 lines
80 B
Go
![]() |
package tunnel
|
||
|
|
||
|
// a pool of tunnels which we have created
|
||
|
type Pool struct {
|
||
|
}
|