diff --git a/hack/boilerplate/test/fail.go b/hack/boilerplate/test/fail.go index 59e79d659cb..16159c5ac0d 100644 --- a/hack/boilerplate/test/fail.go +++ b/hack/boilerplate/test/fail.go @@ -16,4 +16,4 @@ See the License for the specific language governing permissions and limitations under the License. */ -package main +package test diff --git a/hack/boilerplate/test/pass.go b/hack/boilerplate/test/pass.go index 6aa6311783b..7508448aae6 100644 --- a/hack/boilerplate/test/pass.go +++ b/hack/boilerplate/test/pass.go @@ -14,4 +14,4 @@ See the License for the specific language governing permissions and limitations under the License. */ -package main +package test