Correct features template comment to match current usage

pull/6/head
Lee Verberne 2017-05-05 21:27:31 +00:00
parent 20457ee68d
commit 7bc86ec19d
1 changed files with 2 additions and 2 deletions

View File

@ -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