Png picture in string

Hello

Can someone explain to me if and how I can insert .png images into a string?

Thank you

Mike

You can convert the image to base64 string by using the encoding/base64 package

2 Likes

Thank you very much that works.