my-emacs-d/elpa/yasnippet-20161022.646/snippets/go-mode/test
2016-10-24 08:30:06 +02:00

9 lines
110 B
Plaintext

# -*- mode: snippet -*-
# name: test
# key: at
# contributor : @atotto
# --
func Test$1(t *testing.T) {
$0
}