Re: [go-nuts] Attach files as part of resp

2016-11-17 Thread Shawn Milochik
What are you trying to do? If you just want to embed an image in your HTML, you can do that by base64-encoding the image and including it in your HTML template: http://stackoverflow.com/questions/1207190/embedding-base64-images Assuming you want to serve files from your Go application (instead of

[go-nuts] Attach files as part of resp

2016-11-17 Thread vyasgiridhar27
How can i attach files as a part of the http.ResponseWriter ? I have scoured through a ton of pages and am unable to find any method which works. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving