alecthomas / go_serialization_benchmarks

Benchmarks of Go serialization methods
https://alecthomas.github.io/go_serialization_benchmarks/
1.56k stars 158 forks source link

fix unused import error in benchmarks test #132

Closed dylrich closed 4 months ago

dylrich commented 4 months ago

bpre use was removed in a previous commit, but the import lingered. This commit removes the unused import, allowing tests to run again.

alecthomas commented 4 months ago

Thanks!