mirror of
https://github.com/gen2brain/cam2ip.git
synced 2026-05-02 10:52:34 +00:00
Use base64 fork
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
package image
|
||||
|
||||
import (
|
||||
"goost.org/encoding/base64"
|
||||
"github.com/gen2brain/base64"
|
||||
)
|
||||
|
||||
func EncodeToString(src []byte) string {
|
||||
|
||||
Reference in New Issue
Block a user