Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/corunb/Split_tools
/ EnBase64
Function
EnBase64
cmd/encode.go:5–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
import
"encoding/base64"
4
5
func
EnBase64() {
6
en64 := ReadFile(EncodeFile)
7
//base64压缩
8
sourcestring := base64.StdEncoding.EncodeToString([]byte(en64))
9
Write(sourcestring, -1)
10
}
Callers
1
Run
Function · 0.85
Calls
2
ReadFile
Function · 0.85
Write
Function · 0.85
Tested by
no test coverage detected