Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PillFiles = map[Pill]string{ Pill_WriteJsonString: "jsonstring.go", Pill_FormatBits: "iota.go", }
View Source
var PillNames = map[Pill]string{ Pill_WriteJsonString: "WriteJsonString", Pill_FormatBits: "FormatBits", }
Functions ¶
func FormatBits ¶
formatBits computes the string representation of u in the given base. If neg is set, u is treated as negative int64 value. If append_ is set, the string is appended to dst and the resulting byte slice is returned as the first result value; otherwise the string is returned as the second result value.
func WriteJsonString ¶
*
- Function ported from encoding/json: func (e *encodeState) string(s string) (int, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.