chore: run _test/*.go as tests, not examples (#134)
This commit is contained in:
committed by
Ludovic Fernandez
parent
47faed9853
commit
d055747bef
@@ -14,3 +14,7 @@ func main() {
|
||||
println(a.count)
|
||||
run(a, "truc")
|
||||
}
|
||||
|
||||
// Output:
|
||||
// 2
|
||||
// 2 truc
|
||||
|
||||
Reference in New Issue
Block a user