MCPcopy
hub / github.com/jsha/minica / split

Function split

main.go:307–312  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

305}
306
307func split(s string) (results []string) {
308 if len(s) > 0 {
309 return strings.Split(s, ",")
310 }
311 return nil
312}
313
314func main2() error {
315 var caKey = flag.String("ca-key", "minica-key.pem", "Root private key filename, PEM encoded.")

Callers 1

main2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…