mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 00:52:55 +00:00
10 lines
150 B
Go
10 lines
150 B
Go
// Copyright 2022 The Kubernetes Authors.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
package repo
|
|
|
|
import "testing"
|
|
|
|
func TestLoadTags(t *testing.T) {
|
|
}
|