Lines Matching refs:fmt
31 panic(fmt.Errorf("can't copy mismatching types (%s <- %s)",
54 panic(fmt.Errorf("can't copy field %q: slice elements are not strings", field.Name))
74 panic(fmt.Errorf("can't clone field %q: interface refers to a non-pointer",
78 panic(fmt.Errorf("can't clone field %q: interface points to a non-struct",
120 panic(fmt.Errorf("can't clone field %q: points to a %s",
124 panic(fmt.Errorf("unexpected kind for property struct field %q: %s",
154 panic(fmt.Errorf("can't zero field %q: interface refers to a non-pointer",
158 panic(fmt.Errorf("can't zero field %q: interface points to a non-struct",
172 panic(fmt.Errorf("can't zero field %q: points to a %s",
178 panic(fmt.Errorf("unexpected kind for property struct field %q: %s",
215 panic(fmt.Errorf("can't clone empty field %q: interface refers to a non-pointer",
219 panic(fmt.Errorf("can't clone empty field %q: interface points to a non-struct",
243 panic(fmt.Errorf("can't clone empty field %q: points to a %s",
248 panic(fmt.Errorf("unexpected kind for property struct field %q: %s",