Ejemplo n.º 1
0
func (e *Entry) Spew() string {
	return common.Spew(e)
}
Ejemplo n.º 2
0
func (e *DBlock) Spew() string {
	return common.Spew(e)
}
Ejemplo n.º 3
0
func (e *Common) Spew() string {
	return common.Spew(e)
}