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