my-emacs-d/elpa/yasnippet-20160924.2001/snippets/go-mode/test
2016-10-20 10:27:10 +02:00

9 lines
110 B
Plaintext

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