MCPcopy
hub / github.com/adonovan/gopl.io / String

Method String

ch7/http4/main.go:29–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27type dollars float32
28
29func (d dollars) String() string { return fmt.Sprintf("$%.2f", d) }
30
31type database map[string]dollars
32

Callers 12

formatAtomFunction · 0.45
PrintFunction · 0.45
prettyFunction · 0.45
encodeFunction · 0.45
formatAtomFunction · 0.45
equalFunction · 0.45
intsToStringFunction · 0.45
ExtractFunction · 0.45
handleConnFunction · 0.45
FormatFunction · 0.45
TestEchoFunction · 0.45
echo.goFile · 0.45

Calls

no outgoing calls

Tested by 1

TestEchoFunction · 0.36