MCPcopy Index your code
hub / github.com/bootdotdev/bootdev / main

Function main

main.go:15–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13var version string
14
15func main() {
16 err := cmd.Execute(strings.TrimSpace(version))
17 if err != nil {
18 os.Exit(1)
19 }
20}

Callers

nothing calls this directly

Calls 1

ExecuteFunction · 0.92

Tested by

no test coverage detected