Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hel10-Web/Databasetools
/ readExp
Function
readExp
pac/redis_string.go:42–48 ·
view source on GitHub ↗
(path string)
Source
from the content-addressed store, hash-verified
40
}
41
42
func
readExp(path string) []byte {
43
shell, err := ioutil.ReadFile(path)
44
if
err != nil {
45
Err(err)
46
}
47
return
shell
48
}
49
50
// 正则匹配
51
func
ReString(info
interface
{}, s string) string {
Callers
1
echo
Function · 0.85
Calls
1
Err
Function · 0.85
Tested by
no test coverage detected