MCPcopy
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
51func main() {
52 flag.Parse()
53 if err := do(); err != nil {
54 log.Fatal(err)
55 }
56}
57
58func do() error {
59 tmplData, err := getTmplData()

Callers

nothing calls this directly

Calls 2

doFunction · 0.85
FatalMethod · 0.45

Tested by

no test coverage detected