mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-03 21:05:06 -04:00
format with go fmt
This commit is contained in:
@ -1,10 +1,9 @@
|
||||
package tunnel
|
||||
|
||||
import (
|
||||
"github.com/bounce-chat/go-i2p/lib/crypto"
|
||||
"github.com/bounce-chat/go-i2p/lib/crypto"
|
||||
)
|
||||
|
||||
type Participant struct {
|
||||
decryption *crypto.Tunnel
|
||||
decryption *crypto.Tunnel
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user