summaryrefslogtreecommitdiff
path: root/check_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'check_test.go')
-rw-r--r--check_test.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/check_test.go b/check_test.go
new file mode 100644
index 0000000..702c48a
--- /dev/null
+++ b/check_test.go
@@ -0,0 +1,8 @@
+package main
+
+import "testing"
+
+func TestKey(t *testing.T) {
+ k := Key()
+ t.Log(k)
+}