summaryrefslogtreecommitdiff
path: root/test/api_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/api_test.go')
-rw-r--r--test/api_test.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/api_test.go b/test/api_test.go
new file mode 100644
index 0000000..3ef4f52
--- /dev/null
+++ b/test/api_test.go
@@ -0,0 +1,7 @@
+package main
+
+import "testing"
+
+func TestHelloWorld(t *testing.T) {
+ // t.Fatal("not implemented")
+}