summaryrefslogtreecommitdiff
path: root/test/api_test.go
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-03-10 11:06:36 -0600
committermo khan <mo@mokhan.ca>2025-03-10 11:06:36 -0600
commit5083ab853bd9c619fe750fdd6e2b3f22ab9e98dd (patch)
tree521e7b8f2d6487c89da9adae7043c365c616528f /test/api_test.go
parent498fbcab97b2c8edc6baa97c7995e1f8d25b4573 (diff)
chore: add a test target
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")
+}