Use base64 fork

This commit is contained in:
Milan Nikolic
2022-10-15 20:55:52 +02:00
parent d4ea63f95d
commit f58b475549
3 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
package image
import (
"goost.org/encoding/base64"
"github.com/gen2brain/base64"
)
func EncodeToString(src []byte) string {