func (this *PeerRecord) GoString() string {
    if this == nil {
        return "nil"
    }
    s := make([]string, 0, 7)