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