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