package foo func TestAwesomeThing(t *testing.T) { t.Run("evergreen", func(t *testing.T) { }) t.Run("everred", func(t *testing.T) { }) }