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 warning by removing redundant new line #617

Closed curllog closed 1 year ago

curllog commented 1 year ago

fmt.Fprintln(fs.Output(), examples) There was warning for above code which said

fmt.Fprintln arg list ends with redundant newline

by replacing FprintLn to Fprint warning fixed

tsenart commented 1 year ago

This has been addressed. Thank you.