diff --git a/main_test.go b/main_test.go new file mode 100644 index 0000000..dcf6ff7 --- /dev/null +++ b/main_test.go @@ -0,0 +1,9 @@ +package main + +import "testing" + +func Test(t *testing.T) { + if false { + t.Error("Unsecure is coming ...") + } +}