use same name for package than the folder

This commit is contained in:
Antonio Ojea 2024-10-16 10:38:57 +00:00
parent 7b802a60bd
commit aa7d0b0094
2 changed files with 2 additions and 2 deletions

View File

@ -15,4 +15,4 @@ limitations under the License.
*/
// Package storage provides conversion of storage errors to API errors.
package storage // import "k8s.io/apiserver/pkg/storage/errors"
package errors // import "k8s.io/apiserver/pkg/storage/errors"

View File

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package storage
package errors
import (
"k8s.io/apimachinery/pkg/api/errors"