aboutsummaryrefslogtreecommitdiff
path: root/main_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'main_test.go')
-rw-r--r--main_test.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/main_test.go b/main_test.go
new file mode 100644
index 0000000..1504011
--- /dev/null
+++ b/main_test.go
@@ -0,0 +1,9 @@
+package main_test
+
+import (
+ "testing"
+)
+
+func TestNothing(t *testing.T) {
+ t.Logf("Dummy test passed")
+}