Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/conventionalcommit/commitlint
/ multiError
TypeAlias
multiError
internal/cmd/util.go:5–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import
"strings"
4
5
type
multiError []error
6
7
func
(m *multiError) Error() string {
8
errs := make([]string, len(*m))
Callers
1
newConfigCmd
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected