MCPcopy
hub / github.com/perkeep/perkeep / upperFirst

Function upperFirst

internal/osutil/paths.go:96–98  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

94}
95
96func upperFirst(s string) string {
97 return strings.ToUpper(s[:1]) + s[1:]
98}
99
100func CamliVarDir() (string, error) {
101 oldName := camliVarDirOf("camlistore")

Callers 2

camliVarDirOfFunction · 0.85
configDirNamedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected