9 lines
109 B
Plaintext
9 lines
109 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: example
|
||
|
# key: example
|
||
|
# contributor : @atotto
|
||
|
# --
|
||
|
func Example$1() {
|
||
|
$0
|
||
|
}
|