summaryrefslogtreecommitdiff
path: root/check_test.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-02-19 01:08:38 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-02-19 01:08:38 +0100
commit93628b37bdd639934e302d4317b6b5656aa7b722 (patch)
treef382c99b0cfdbcc3d4c2452f124728f00325fca1 /check_test.go
parentac37f23015614d70ac4be617c32ea6865af9f51b (diff)
Initial functionality
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)
+}