<#659 Refactor `strings.NewReader` into bytes to a...
# osctrl
g
#659 Refactor `strings.NewReader` into bytes to avoid allocations Pull request opened by javuto Avoid using
strings.NewReader
when
bytes.NewReader
can be used and avoid unnecessary allocation. jmpsec/osctrl