Update import to alpha version

Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
This commit is contained in:
Tom Chauveau
2021-06-25 15:45:33 +02:00
parent 51fe199a39
commit 2fbb9e7744
20 changed files with 36 additions and 36 deletions

View File

@@ -338,7 +338,7 @@ func walkStdlib(ctx context.Context, output, format string) {
}
// Ignore tests directories
if strings.Contains(p, "tests") {
if d.Name() == "tests" {
return nil
}