MCPcopy Create free account
hub / github.com/goinaction/code / main

Function main

chapter2/sample/main.go:18–21  ·  view source on GitHub ↗

main is the entry point for the program.

()

Source from the content-addressed store, hash-verified

16
17// main is the entry point for the program.
18func main() {
19 // Perform the search for the specified term.
20 search.Run("president")
21}

Callers

nothing calls this directly

Calls 1

RunMethod · 0.80

Tested by

no test coverage detected