MCPcopy Index your code
hub / github.com/gopherdata/gophernotes / main

Function main

main.go:17–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15)
16
17func main() {
18
19 // Parse the connection file.
20 flag.Parse()
21 if flag.NArg() < 1 {
22 log.Fatalln("Need a command line argument specifying the connection file.")
23 }
24
25 // Run the kernel.
26 runKernel(flag.Arg(0))
27}

Callers

nothing calls this directly

Calls 1

runKernelFunction · 0.85

Tested by

no test coverage detected