home
Code
Branches
Tags
Commits
nftable-migration
home
/
tools
/
emacs
/
old
/
etc
/
yasnippet
/
snippets
/
go-mode
/
struct
Top
1
# -*- mode: snippet -*-
2
# name: type ... struct { ... }
3
# --
4
type $1 struct {
5
`%`$0
6
}