format with go fmt

This commit is contained in:
Jeff Becker
2016-01-29 07:22:31 -05:00
parent f2c6e01206
commit 1e471e4e00
38 changed files with 694 additions and 729 deletions

View File

@ -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
}