9 lines
109 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: example
# key: example
# contributor : @atotto
# --
func Example$1() {
$0
}