k8s.io/component-base/logs/json: fix package name

Having the sub-package using the same name as the parent package makes no
sense. This seems to be a cut-and-paste error.
This commit is contained in:
Patrick Ohly 2022-12-20 15:50:39 +01:00
parent f16e62ae0c
commit 8881b71822
4 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
package logs package json
import ( import (
"io" "io"

View File

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
package logs package json
import ( import (
"fmt" "fmt"

View File

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
package logs package json
import ( import (
"bytes" "bytes"

View File

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
package logs package json
import ( import (
"bytes" "bytes"