Skip to content

Commit

Permalink
Merge pull request kubernetes#21906 from justinsb/util_sets_docstring
Browse files Browse the repository at this point in the history
Auto commit by PR queue bot
  • Loading branch information
k8s-merge-robot committed Feb 25, 2016
2 parents 2a58c00 + 2f0a561 commit 5f86dd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/util/sets/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ limitations under the License.
*/

// Package types just provides input types to the set generator. It also
// contains a "go generate" block. (You must first `go install`
// cmd/libs/go2idl/set-gen.)
// contains a "go generate" block.
// (You must first `go install k8s.io/kubernetes/cmd/libs/go2idl/set-gen`)
package types

//go:generate set-gen -i k8s.io/kubernetes/pkg/util/sets/types
Expand Down

0 comments on commit 5f86dd1

Please sign in to comment.