dotvim/vim/UltiSnips/go.snippets

3 lines
58 B
Text

snippet vardd "Dump" b
fmt.Printf("%+v\n", $1)
endsnippet