Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
13
var
version string
14
15
func
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
Execute
Function · 0.92
Tested by
no test coverage detected