1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-04 19:00:07 +08:00
SpaceVim/bundle/vim-go/gosnippets/minisnip/_go_fori

4 lines
40 B
Plaintext
Vendored

for i := 0; i < {{++}}; i++ {
{{++}}
}