Commit 7fdbb5b
Changed files (1)
snippets
snippets/go.snippets
@@ -0,0 +1,4 @@
+snippet it "nested test function"
+ t.Run("${1:name}", func(t *testing.T) {
+ ${0:${VISUAL}}
+ })