MCPcopy Create free account
hub / github.com/cloudspannerecosystem/spanner-cli / exitf

Function exitf

main.go:156–159  ·  view source on GitHub ↗
(format string, a ...interface{})

Source from the content-addressed store, hash-verified

154}
155
156func exitf(format string, a ...interface{}) {
157 fmt.Fprintf(os.Stderr, format, a...)
158 os.Exit(1)
159}
160
161const cnfFileName = ".spanner_cli.cnf"
162

Callers 1

mainFunction · 0.85

Calls 1

ExitMethod · 0.80

Tested by

no test coverage detected