Lines Matching refs:oldvalue
3120 oldvalue := v.Interface()3124 if oldvalue != "hello" || newvalue != "world" {3125 t.Errorf("aliasing: old=%q new=%q, want hello, world", oldvalue, newvalue)