index
:
emacs.d.git
this commit
main
my emacs configuration
Franck Cuny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
emacs
/
etc
/
snippets
/
go-mode
/
test
blob: 3140ec2abd9f348e8d45735492edda98ce65c8b1 (
plain
) (
blame
)
1
2
3
4
5
6
7
# -*- mode: snippet -*- # name: test # key: test # -- func Test$1(t *testing.T) { $0 }