1
0
mirror of synced 2024-11-22 01:04:24 +01:00

add (no) code coverage

This commit is contained in:
Emmanuel BOUTON 2020-10-08 22:15:21 +02:00
parent 6c073b08f7
commit fd03a98cad

9
main_test.go Normal file
View File

@ -0,0 +1,9 @@
package main
import "testing"
func Test(t *testing.T) {
if false {
t.Error("Unsecure is coming ...")
}
}