minio / simdjson-go

Golang port of simdjson: parsing gigabytes of JSON per second
Apache License 2.0
1.8k stars 85 forks source link

change deprecated io/ioutil to io and os #41

Closed heavyrain266 closed 3 years ago

heavyrain266 commented 3 years ago

This pull request removes use of currently deprecated io/ioutil, everything from this wrapper has been moved to io and os.

heavyrain266 commented 3 years ago

Go 1.17 is comming out next week and 1.13 is quite old now but I can just close if you still want to support old go

klauspost commented 3 years ago

@HeavyRain266 Let's wait until these versions are at least EOL.