mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-03 21:05:06 -04:00
gofmt
This commit is contained in:
@ -13,6 +13,6 @@ type PrivateKeysAndCert struct {
|
||||
func NewPrivateKeysAndCert() (*PrivateKeysAndCert, error) {
|
||||
var pkc PrivateKeysAndCert
|
||||
var err error
|
||||
//pkc.PK_KEY, err =
|
||||
// pkc.PK_KEY, err =
|
||||
return &pkc, err
|
||||
}
|
@ -5,9 +5,7 @@ import (
|
||||
)
|
||||
|
||||
func TestServer(t *testing.T) {
|
||||
|
||||
}
|
||||
|
||||
func TestEstablishment(t *testing.T) {
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user