Hello
Can someone explain to me if and how I can insert .png images into a string?
Thank you
Mike
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
Thank you very much that works.