mdtogo: support for alternate license headers

This commit is contained in:
Phillip Wittrock
2019-11-25 20:32:27 -08:00
parent 7fe518b0c6
commit 23f9f819eb
3 changed files with 31 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
// Copyright 2019 The Kubernetes Authors.
// SPDX-License-Identifier: Apache-2.0
//go:generate $GOBIN/mdtogo docs/api-conventions cmddocs/api --full=true
//go:generate $GOBIN/mdtogo docs/commands cmddocs/commands
//go:generate $GOBIN/mdtogo docs/api-conventions cmddocs/api --full=true --license=none
//go:generate $GOBIN/mdtogo docs/commands cmddocs/commands --license=none
package main
import (