mirror of
https://github.com/fumiama/tienyik.git
synced 2026-06-21 02:23:34 +08:00
feat: add log & supporting packages
This commit is contained in:
18
internal/hcli/api.go
Normal file
18
internal/hcli/api.go
Normal file
@@ -0,0 +1,18 @@
|
||||
package hcli
|
||||
|
||||
import (
|
||||
"strings"
|
||||
|
||||
base14 "github.com/fumiama/go-base16384"
|
||||
"github.com/fumiama/tienyik/internal/log"
|
||||
)
|
||||
|
||||
var eps = base14.DecodeString("栝啇俌蠯姙呗宬籣欞敖蚹煮岎冃勀紀㴆")
|
||||
|
||||
func ep(p string) string {
|
||||
sb := &strings.Builder{}
|
||||
sb.WriteString(eps)
|
||||
sb.WriteString(p)
|
||||
log.Debugln("ep wraps:", sb)
|
||||
return sb.String()
|
||||
}
|
||||
Reference in New Issue
Block a user