Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 203 Bytes

File metadata and controls

15 lines (10 loc) · 203 Bytes

Fuzzing

Este tópico mostra fuzz test com go test -fuzz para entradas arbitrárias.

Testar

go test ./...

Rodar fuzzing

go test -fuzz=FuzzParseCSVLine -run=^$ ./...