add (no) code coverage
This commit is contained in:
parent
6c073b08f7
commit
fd03a98cad
9
main_test.go
Normal file
9
main_test.go
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import "testing"
|
||||||
|
|
||||||
|
func Test(t *testing.T) {
|
||||||
|
if false {
|
||||||
|
t.Error("Unsecure is coming ...")
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user