Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/linuxkit/linuxkit
/ main
Function
main
src/cmd/linuxkit/main.go:7–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
)
6
7
func
main() {
8
if
err := newCmd().Execute(); err != nil {
9
log.Fatalf(
"error during command execution: %v"
, err)
10
}
11
}
Callers
nothing calls this directly
Calls
1
newCmd
Function · 0.85
Tested by
no test coverage detected