1
0
mirror of synced 2024-11-29 12:44:24 +01:00
nocode/main_test.go

10 lines
111 B
Go
Raw Normal View History

2020-10-08 22:15:21 +02:00
package main
import "testing"
func Test(t *testing.T) {
if false {
t.Error("Unsecure is coming ...")
}
}