confi-emacs-actual/snippets/go-mode/forw

6 lines
73 B
Plaintext

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