DEBSOURCES
Skip Quicknav
sources / yasnippet-snippets / 0~git20161123-1 / go-mode / test
12345678
# -*- mode: snippet -*- # name: test # key: at # contributor : @atotto # -- func Test$1(t *testing.T) { $0 }