Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/uber-go/zap
/ main
Function
main
internal/readme/readme.go:51–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
func
main() {
52
flag.Parse()
53
if
err := do(); err != nil {
54
log.Fatal(err)
55
}
56
}
57
58
func
do() error {
59
tmplData, err := getTmplData()
Callers
nothing calls this directly
Calls
2
do
Function · 0.85
Fatal
Method · 0.45
Tested by
no test coverage detected