tsenart / vegeta

HTTP load testing tool and library. It's over 9000!
http://godoc.org/github.com/tsenart/vegeta/lib
MIT License
23.06k stars 1.34k forks source link

Fix: remove ioutil package #634

Closed fooofei closed 1 year ago

fooofei commented 1 year ago

Background

ioutil package is not recommand to use, instead use io package and os package

Checklist