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

6 lines
55 B
Plaintext

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