chore: run _test/*.go as tests, not examples (#134)

This commit is contained in:
Marc Vertes
2019-03-28 17:38:51 +01:00
committed by Ludovic Fernandez
parent 47faed9853
commit d055747bef
17 changed files with 173 additions and 8172 deletions

View File

@@ -14,3 +14,7 @@ func main() {
println(a.count)
run(a, "truc")
}
// Output:
// 2
// 2 truc