pull/1008/head
fibonacci1729 8 years ago
parent 4210d60c5e
commit aff817a1fc

@ -16,8 +16,8 @@ limitations under the License.
package driver // import "k8s.io/helm/pkg/storage/driver" package driver // import "k8s.io/helm/pkg/storage/driver"
import ( import (
"testing"
rspb "k8s.io/helm/pkg/proto/hapi/release" rspb "k8s.io/helm/pkg/proto/hapi/release"
"testing"
) )
func TestMemoryGet(t *testing.T) { func TestMemoryGet(t *testing.T) {

@ -16,8 +16,8 @@ limitations under the License.
package storage // import "k8s.io/helm/pkg/storage" package storage // import "k8s.io/helm/pkg/storage"
import ( import (
"k8s.io/helm/pkg/storage/driver"
rspb "k8s.io/helm/pkg/proto/hapi/release" rspb "k8s.io/helm/pkg/proto/hapi/release"
"k8s.io/helm/pkg/storage/driver"
) )
type Storage struct { type Storage struct {

@ -17,12 +17,12 @@ package storage // import "k8s.io/helm/pkg/storage"
import ( import (
"fmt" "fmt"
"time"
"reflect" "reflect"
"testing" "testing"
"time"
"k8s.io/helm/pkg/storage/driver"
rspb "k8s.io/helm/pkg/proto/hapi/release" rspb "k8s.io/helm/pkg/proto/hapi/release"
"k8s.io/helm/pkg/storage/driver"
tspb "github.com/golang/protobuf/ptypes" tspb "github.com/golang/protobuf/ptypes"
) )

Loading…
Cancel
Save