mirror of
https://github.com/kubernetes/client-go.git
synced 2025-09-21 11:07:38 +00:00
*: Remove comment tags in GoDoc
Adding blank line between comment tag and package name in doc.go. So that the comment tags such as '+k8s:deepcopy-gen=package' do not show up in GoDoc. Kubernetes-commit: 61117761cd4a1b2e6ad9ff2d7eb915f3d2739dc6
This commit is contained in:
committed by
Kubernetes Publisher
parent
087039522d
commit
33fabb1e0f
@@ -14,7 +14,8 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
// +k8s:openapi-gen=true
|
||||
|
||||
// Package version supplies version information collected at build time to
|
||||
// kubernetes components.
|
||||
// +k8s:openapi-gen=true
|
||||
package version // import "k8s.io/client-go/pkg/version"
|
||||
|
Reference in New Issue
Block a user