4 lines
112 B
Text
4 lines
112 B
Text
|
if !reflect.DeepEqual({{+got+}}, {{+want+}}) {
|
||
|
t.Errorf("\ngot: %#v\nwant: %#v\n", {{+~\~2+}}, {{+~\~2+}})
|
||
|
}
|