Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Scalingo/cli
/ Errorf
Function
Errorf
io/status.go:13–15 ·
view source on GitHub ↗
(format string, args ...any)
Source
from the content-addressed store, hash-verified
11
}
12
13
func
Errorf(format string, args ...any) {
14
fmt.Fprintf(os.Stderr,
" ! "
+format, args...)
15
}
16
17
func
Warning(args ...any) {
18
fmt.Print(
" /!\\ "
)
Callers
4
SendSignal
Function · 0.92
displayRequestFailedError
Function · 0.92
integration_link.go
File · 0.92
Check
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected