Home

go-spectre @main - refs - log -
-
https://git.jolheiser.com/go-spectre.git
Go implementation for spectre/masterpassword
tree log patch
chore: gofumpt Signed-off-by: jolheiser <git@jolheiser.com>
Signature
-----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgBTEvCQk6VqUAdN2RuH6bj1dNkY oOpbPWj+jw4ua1B1cAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQCoASnrCDwAIcw9z/5xYD8tjFmBvW9+ZPFK6a8bl5OzjxgVf2Rla6Yx/VFVdj4XzxA +B0jP0QN+qzHDwaCNYGQc= -----END SSH SIGNATURE-----
jolheiser <git@jolheiser.com>
3 weeks ago
2 changed files, 4 additions(+), 3 deletions(-)
M cmd/spectre/main_test.go -> cmd/spectre/main_test.go
diff --git a/cmd/spectre/main_test.go b/cmd/spectre/main_test.go
index 9c563e24c3e1f835cd7cdb789cebe0c07cd188e5..7f885cc87a08df4353a1e71ebc8c2174d63c0f30 100644
--- a/cmd/spectre/main_test.go
+++ b/cmd/spectre/main_test.go
@@ -2,8 +2,9 @@ package main
 
 import (
 	_ "embed"
-	"go.jolheiser.com/go-spectre/testdata"
+	"testing"
-	"testing"
+
+	"go.jolheiser.com/go-spectre/testdata"
 )
 
 // These are the exact same tests as spectre_test.go
M spectre_test.go -> spectre_test.go
diff --git a/spectre_test.go b/spectre_test.go
index 51bc572a503ddf26d4bf31a542614397cb443b38..96d27151a845a446397982891adfbf55b5f2ad78 100644
--- a/spectre_test.go
+++ b/spectre_test.go
@@ -3,11 +3,11 @@
 import (
 	_ "embed"
 	"fmt"
-	"go.jolheiser.com/go-spectre/testdata"
 	"strconv"
 	"testing"
 
 	"go.jolheiser.com/go-spectre"
+	"go.jolheiser.com/go-spectre/testdata"
 )
 
 func TestSpectre(t *testing.T) {