mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
7 lines
94 B
Plaintext
7 lines
94 B
Plaintext
# key: ft
|
|
# --
|
|
for _, tt := range ${1:tests} {
|
|
t.Run(tt.name, func(t *testing.T) {
|
|
$0
|
|
})
|
|
} |