Documentation
¶
Overview ¶
Package base provides common items used by other packages to standardize the tests and benchmarks.
Index ¶
Constants ¶
View Source
const ObjectJSON = `{"name":"","contents":{"value":0}}`
ObjectJSON is the zero-value JSON representation of Object.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Contents ¶
type Contents struct {
Value int `json:"value"`
}
Contents is an example struct embedded within the Object struct.
Click to show internal directories.
Click to hide internal directories.