Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Monibuca/engine
/ init
Function
init
lang/lang.go:17–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
var
zh
map
[string]string
16
17
func
init() {
18
yaml.Unmarshal(zhYaml, &zh)
19
}
20
21
func
Get(lang string)
map
[string]string {
22
if
lang ==
"zh"
{
Callers
nothing calls this directly
Calls
1
Unmarshal
Method · 0.65
Tested by
no test coverage detected