From 445d041eae8951a5fba75079bd3471ca01549286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ask=20Bj=C3=B8rn=20Hansen?= Date: Sun, 24 May 2020 23:25:38 -0700 Subject: [PATCH] Add a test file --- main_test.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 main_test.go diff --git a/main_test.go b/main_test.go new file mode 100644 index 0000000..5d5c5a4 --- /dev/null +++ b/main_test.go @@ -0,0 +1,7 @@ +package main + +import "testing" + +func TestMain(t *testing.T) { + t.Log("it's all okay") +} \ No newline at end of file