Rename testing.go to testing_test.go

This commit is contained in:
konrad945
2022-05-12 16:43:27 +02:00
parent b11cc3ae67
commit ddf768195c

View File

@@ -1,7 +1,7 @@
// Copyright 2019 The Kubernetes Authors.
// SPDX-License-Identifier: Apache-2.0
package kio
package kio_test
import (
"io/ioutil"