mirror of
https://github.com/gen2brain/cam2ip.git
synced 2026-01-10 00:28:32 +00:00
Change websocket library
This commit is contained in:
11
image/base64_amd64.go
Normal file
11
image/base64_amd64.go
Normal file
@@ -0,0 +1,11 @@
|
||||
// +build amd64
|
||||
|
||||
package image
|
||||
|
||||
import (
|
||||
"goost.org/encoding/base64"
|
||||
)
|
||||
|
||||
func EncodeToString(src []byte) string {
|
||||
return base64.StdEncoding.EncodeToString(src)
|
||||
}
|
||||
Reference in New Issue
Block a user