Files
dotfiles/.emacs.d/snippets/go-mode/test
2017-12-21 17:29:29 +01:00

9 lines
110 B
Plaintext

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