MCPcopy Create free account
hub / github.com/TruthHun/BookStack / init

Function init

utils/util.go:80–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78)
79
80func init() {
81 langs.Store("zh", "中文")
82 langs.Store("en", "英文")
83 langs.Store("other", "其他")
84 go loadDict()
85}
86
87func loadDict() {
88 beego.Info("加载分词词典...")

Callers

nothing calls this directly

Calls 1

loadDictFunction · 0.85

Tested by

no test coverage detected