dot-files/vim/UltiSnips/go.snippets

4 lines
80 B
Plaintext

snippet ignore "ignore function" !
ignore := func(...interface{}) {}
endsnippet