unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/go-mode/test
2016-02-18 14:53:30 +01:00

9 lines
110 B
Plaintext

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