diff --git a/snippets/go-mode/ft b/snippets/go-mode/ft new file mode 100644 index 0000000..c3e41f0 --- /dev/null +++ b/snippets/go-mode/ft @@ -0,0 +1,7 @@ +# key: ft +# -- +for _, tt := range ${1:tests} { + t.Run(tt.name, func(t *testing.T) { + $0 + }) +} \ No newline at end of file