my-emacs-d/elpa/yasnippet-20160924.2001/snippets/go-mode/test

9 lines
110 B
Plaintext
Raw Normal View History

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