Files
.emacs.d/snippets/go-mode/struct

7 lines
70 B
Plaintext

# name: struct
# key: struct
# --
type ${1:StructName} struct {
$0
}