commit
0998ab58fc
@ -29,7 +29,7 @@ type Object struct {
|
||||
Next *Object
|
||||
}
|
||||
|
||||
// GoStrig is an implementation of the GoStringer interface.
|
||||
// GoString is an implementation of the GoStringer interface.
|
||||
func (o *Object) GoString() string {
|
||||
return fmt.Sprintf("*%#v", *o)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user