Go format

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2026-03-03 11:17:05 +01:00
parent 3c70b1e3eb
commit 21ed4113c3
47 changed files with 112 additions and 119 deletions

View File

@@ -21,9 +21,9 @@ import (
"errors"
"testing"
"go.probo.inc/probo/pkg/crypto/keys"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"go.probo.inc/probo/pkg/crypto/keys"
)
func TestGenerate(t *testing.T) {
@@ -162,4 +162,4 @@ func BenchmarkGenerate(b *testing.B) {
}
})
}
}
}

View File

@@ -31,9 +31,9 @@ import (
"testing"
"time"
"go.probo.inc/probo/pkg/crypto/pem"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"go.probo.inc/probo/pkg/crypto/pem"
)
func TestEncodeCertificate(t *testing.T) {