From 9f4154ff457f962bc3b5d77e266b5d87b4de3742 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Thu, 3 Oct 2024 21:55:35 -0400 Subject: [PATCH] gofmt --- lib/common/keys_and_cert/private_keys_and_cert.go | 6 +++--- lib/transport/noise/noise_test.go | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/lib/common/keys_and_cert/private_keys_and_cert.go b/lib/common/keys_and_cert/private_keys_and_cert.go index 501fdc5..85e48f2 100644 --- a/lib/common/keys_and_cert/private_keys_and_cert.go +++ b/lib/common/keys_and_cert/private_keys_and_cert.go @@ -6,13 +6,13 @@ import "crypto" // Public Key and the Signing Public Key type PrivateKeysAndCert struct { KeysAndCert - PK_KEY crypto.PrivateKey + PK_KEY crypto.PrivateKey SPK_KEY crypto.PrivateKey } func NewPrivateKeysAndCert() (*PrivateKeysAndCert, error) { var pkc PrivateKeysAndCert var err error - //pkc.PK_KEY, err = + // pkc.PK_KEY, err = return &pkc, err -} \ No newline at end of file +} diff --git a/lib/transport/noise/noise_test.go b/lib/transport/noise/noise_test.go index 114d9fc..d848a65 100644 --- a/lib/transport/noise/noise_test.go +++ b/lib/transport/noise/noise_test.go @@ -5,9 +5,7 @@ import ( ) func TestServer(t *testing.T) { - } func TestEstablishment(t *testing.T) { - }