Converts javascripts and css in an html file to inline providing two options which are: 1)Piping to Http Stream 2)Creating a Bundled inline file
go get github.com/michaelfemi81/go-inliner
RenderToHttp(mainfile string,w http.ResponseWriter, r *http.Request)
RenderToFile(mainfile string,a *os.File)