MCPcopy Create free account
hub / github.com/gokcehan/lf / String

Method String

main.go:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53func (a *arrayFlag) String() string {
54 return strings.Join(*a, ", ")
55}
56
57func init() {
58 h, err := os.Hostname()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected