1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-04 16:30:06 +08:00
SpaceVim/bundle/vim-go/gosnippets/minisnip/_go_eq

4 lines
112 B
Plaintext
Raw Normal View History

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