MCPcopy Index your code
hub / github.com/devopsctl/gitlabctl / er

Function er

cmd/helpers.go:128–131  ·  view source on GitHub ↗
(msg interface{})

Source from the content-addressed store, hash-verified

126}
127
128func er(msg interface{}) {
129 fmt.Println("Error:", msg)
130 os.Exit(1)
131}
132
133func printJSON(v interface{}) {
134 b, err := json.MarshalIndent(v, "", " ")

Callers 3

printJSONFunction · 0.85
printYAMLFunction · 0.85
initConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected