9 lines
110 B
Plaintext
9 lines
110 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: test
|
||
|
# key: at
|
||
|
# contributor : @atotto
|
||
|
# --
|
||
|
func Test$1(t *testing.T) {
|
||
|
$0
|
||
|
}
|