MCPcopy 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
42func readExp(path string) []byte {
43 shell, err := ioutil.ReadFile(path)
44 if err != nil {
45 Err(err)
46 }
47 return shell
48}
49
50// 正则匹配
51func ReString(info interface{}, s string) string {

Callers 1

echoFunction · 0.85

Calls 1

ErrFunction · 0.85

Tested by

no test coverage detected