Files
2024-04-30 07:08:23 +02:00

9 lines
110 B
Plaintext

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