go (102B)
1 # -*- mode: snippet -*- 2 # name: go routine 3 # key: go 4 # contributor : @mjf 5 # -- 6 go func($1) { 7 $0 8 }($2)