1
0
mirror of https://github.com/rancher/types.git synced 2025-09-26 12:42:59 +00:00

goimports linting changes

This commit is contained in:
Dan Ramich
2019-06-12 13:43:42 -07:00
committed by Craig Jellick
parent 3b5a0ac5a7
commit a10f8a7b00
68 changed files with 72 additions and 72 deletions

View File

@@ -2,7 +2,7 @@ package user
import (
"github.com/rancher/norman/types"
"github.com/rancher/types/apis/management.cattle.io/v3"
v3 "github.com/rancher/types/apis/management.cattle.io/v3"
apitypes "k8s.io/apimachinery/pkg/types"
)