1
0
Fork 0
dotfiles/neovim/snippets/go.snippets

4 lines
90 B
Text

snippet trun t.Run(string, func(t *testing.T))
t.Run("$1", func(t *testing.T) {
$0
})