7 lines
244 B
Go
7 lines
244 B
Go
// Package cluster contains cluster API versions.
|
|
//
|
|
// This file ensures Go source parsers acknowledge the cluster package
|
|
// and any child packages. It can be removed if any other Go source files are
|
|
// added to this package.
|
|
package cluster
|