Пример #1
0
func (e *Entry) Spew() string {
	return common.Spew(e)
}
Пример #2
0
func (e *DBlock) Spew() string {
	return common.Spew(e)
}
Пример #3
0
func (e *Common) Spew() string {
	return common.Spew(e)
}