https://oohira.github.io/gobyexample-jp/base64-encoding.html ```go import "encodeing/base64" // bytes []Byte base64.StdEncoding.EncodeToString(bytes) ``` ## MOC [[📝Base64エンコードした画像を返却してもブラウザで正しく表示されない]] --- **💽Change log** - #2021/11/30 作成