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

Function main

chapter3/dbdriver/main.go:12–14  ·  view source on GitHub ↗

main is the entry point for the application.

()

Source from the content-addressed store, hash-verified

10
11// main is the entry point for the application.
12func main() {
13 sql.Open("postgres", "mydb")
14}

Callers

nothing calls this directly

Calls 1

OpenMethod · 0.80

Tested by

no test coverage detected