summary refs log tree commit diff
path: root/snippets/go-mode/struct
blob: 5327f8dddced059131c7dce0511c29f7bb8889b1 (plain) (blame)
1
2
3
4
5
#name : struct
# --
type $1 struct {
	$0
}