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