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

6 lines
74 B
Plaintext

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