7 lines
98 B
Plaintext
Raw Normal View History

# -*- mode:snippet -*-
# name: const (...)
# key: const
# --
const (
${1:name type} = ${2:val}
)