GoHttp
GoHttp copied to clipboard
Scan doesn't return length of output
Scan returns the length of the string from 0 to the end of the output. If this is unintended behavior, I would suggest returning i - start
instead of i
.