Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cncf/presentations
/ init
Function
init
cmd/main.go:19–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
}
18
19
func
init() {
20
// Add the command line flags:
21
22
root.AddCommand(verify.Cmd)
23
24
}
25
26
func
main() {
27
log.SetFlags(log.Flags() | log.Lshortfile)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected