confi-emacs-actual/snippets/go-mode/forw
2022-03-29 19:21:13 -04:00

6 lines
73 B
Plaintext

# -*- mode: snippet -*-
# name: for ... { ... }
# --
for $1 {
`%`$0
}