Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToValue ¶
ToValue converts a value scanned from a database/sql driver to a Go type that can be marshaled to JSON. If v is a complex type, it may be mutated in-place.
func TrimQuotes ¶ added in v0.60.7
TrimQuotes removes surrounding double quotes from a string, if present. Examples: `"10"` -> `10` and `10` -> `10`.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.