Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudwan/gohan
/ stringSlice
TypeAlias
stringSlice
util/util.go:229–229 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
}
228
229
type
stringSlice []string
230
231
func
(p stringSlice) Len() int {
return
len(p) }
232
func
(p stringSlice) Less(i, j int) bool {
return
strings.ToLower(p[i]) < strings.ToLower(p[j]) }
Callers
1
GetSortedKeys
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected