rs / zerolog

Zero Allocation JSON Logger
MIT License
10.39k stars 566 forks source link

Fixed failing tests #626

Closed nobodyme closed 8 months ago

nobodyme commented 9 months ago

Tests were failing since the import of package "io" was not found in test files, this fixes it by adding the required import.