Hi I'm so so sorry for the question
But I want to create a post request to hit a restful service and I need to
post the contents of a file (xml file)
I'm reading the file and trying to convert the []byte to an io.Reader.
Should I be doing that?
this is the error I get and wish to overcome :-)
[]byte does not implement io.Reader (missing Read method)
f.
--