You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 1.31 | GA | **Feature implementation becomes part of normal code, Feature gate and feature tracking information may be removed from code** |
332
+
| 1.31 | GA | **Feature implementation becomes part of normal code. `if featureGate enabled { // implement feature }` code may be removed at this step** |
330
333
331
334
All feature gating and tracking must remain in code through 1.30for N-3
332
335
compatibility version support.
@@ -354,7 +357,7 @@ The steps to remove the Beta feature would be:
0 commit comments