Commit 7bc86ec1 authored by Lee Verberne's avatar Lee Verberne

Correct features template comment to match current usage

parent 20457ee6
...@@ -25,8 +25,8 @@ const ( ...@@ -25,8 +25,8 @@ const (
// Every feature gate should add method here following this template: // Every feature gate should add method here following this template:
// //
// // owner: @username // // owner: @username
// // alpha: v1.4 // // alpha: v1.X
// MyFeature() bool // MyFeature utilfeature.Feature = "MyFeature"
// owner: @timstclair // owner: @timstclair
// beta: v1.4 // beta: v1.4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment