Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
156
func
exitf(format string, a ...
interface
{}) {
157
fmt.Fprintf(os.Stderr, format, a...)
158
os.Exit(1)
159
}
160
161
const
cnfFileName =
".spanner_cli.cnf"
162
Callers
1
main
Function · 0.85
Calls
1
Exit
Method · 0.80
Tested by
no test coverage detected