aboutsummaryrefslogtreecommitdiff
path: root/gen_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'gen_test.go')
-rw-r--r--gen_test.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/gen_test.go b/gen_test.go
deleted file mode 100644
index 8f8bbba..0000000
--- a/gen_test.go
+++ /dev/null
@@ -1,12 +0,0 @@
-package main
-
-import "testing"
-
-func TestNewKey(t *testing.T) {
- pub, sec, err := NewKey()
- if err != nil {
- t.Error(err)
- }
- t.Log(pub)
- t.Log(sec)
-}