use same name for package than the folder
Kubernetes-commit: aa7d0b00944958c9898bace86f5bc77cdcba24c9
This commit is contained in:
parent
4bece4d457
commit
81796a85a6
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue