aboutsummaryrefslogtreecommitdiff
path: root/gen_test.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-04-18 23:32:32 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-04-18 23:32:32 +0200
commitcbcc151ff94e89866d3c889f2346b6ba036e39fa (patch)
tree1d624b9d54c3f84c32c05307e1d4ce8fb60893f0 /gen_test.go
parent4fbfd1286c60f1041f706355addddf3edb9ed81f (diff)
...
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)
-}