dot-files/vim/bundle/go/gosnippets/minisnip/_go_fori

4 lines
40 B
Plaintext

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