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

5 lines
63 B
Plaintext

# key: interface
# --
type ${1:InterfaceName} interface {
$0
}