Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
128
func
er(msg
interface
{}) {
129
fmt.Println(
"Error:"
, msg)
130
os.Exit(1)
131
}
132
133
func
printJSON(v
interface
{}) {
134
b, err := json.MarshalIndent(v,
""
,
" "
)
Callers
3
printJSON
Function · 0.85
printYAML
Function · 0.85
initConfig
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected