Skip to content

Commit 4e32c24

Browse files
committed
Rename repo from goopicsi to godpu
Signed-off-by: Boris Glimcher <Boris.Glimcher@emc.com>
1 parent e905bf7 commit 4e32c24

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# goopicsi
1+
# godpu
22

3-
[![Linters](https://github.com/opiproject/goopicsi/actions/workflows/linters.yml/badge.svg)](https://github.com/opiproject/goopicsi/actions/workflows/linters.yml)
4-
[![Go](https://github.com/opiproject/goopicsi/actions/workflows/go.yml/badge.svg)](https://github.com/opiproject/goopicsi/actions/workflows/go.yml)
5-
[![License](https://img.shields.io/github/license/opiproject/goopicsi?style=flat-square&color=blue&label=License)](https://github.com/opiproject/goopicsi/blob/master/LICENSE)
6-
[![codecov](https://codecov.io/gh/opiproject/goopicsi/branch/main/graph/badge.svg)](https://codecov.io/gh/opiproject/goopicsi)
7-
[![Go Report Card](https://goreportcard.com/badge/github.com/opiproject/goopicsi)](https://goreportcard.com/report/github.com/opiproject/goopicsi)
8-
[![Go Doc](https://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/opiproject/goopicsi)
9-
[![Last Release](https://img.shields.io/github/v/release/opiproject/goopicsi?label=Latest&style=flat-square&logo=go)](https://github.com/opiproject/goopicsi/releases)
3+
[![Linters](https://github.com/opiproject/godpu/actions/workflows/linters.yml/badge.svg)](https://github.com/opiproject/godpu/actions/workflows/linters.yml)
4+
[![Go](https://github.com/opiproject/godpu/actions/workflows/go.yml/badge.svg)](https://github.com/opiproject/godpu/actions/workflows/go.yml)
5+
[![License](https://img.shields.io/github/license/opiproject/godpu?style=flat-square&color=blue&label=License)](https://github.com/opiproject/godpu/blob/master/LICENSE)
6+
[![codecov](https://codecov.io/gh/opiproject/godpu/branch/main/graph/badge.svg)](https://codecov.io/gh/opiproject/godpu)
7+
[![Go Report Card](https://goreportcard.com/badge/github.com/opiproject/godpu)](https://goreportcard.com/report/github.com/opiproject/godpu)
8+
[![Go Doc](https://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/opiproject/godpu)
9+
[![Last Release](https://img.shields.io/github/v/release/opiproject/godpu?label=Latest&style=flat-square&logo=go)](https://github.com/opiproject/godpu/releases)
1010

1111
A Container Storage Interface (CSI) library, client, and other helpful utilities created with Go for OPI
1212

@@ -26,6 +26,6 @@ for more details.
2626

2727
```go
2828
import (
29-
"github.com/opiproject/goopicsi"
29+
"github.com/opiproject/godpu"
3030
)
3131
```

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/opiproject/goopicsi
1+
module github.com/opiproject/godpu
22

33
go 1.19
44

goopicsi.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// SPDX-License-Identifier: Apache-2.0
22
// Copyright (c) 2022 Dell Inc, or its subsidiaries.
33

4-
// Package goopicsi implements the go library for OPI to be used in CSI drivers
5-
package goopicsi
4+
// Package godpu implements the go library for OPI to be used in CSI drivers
5+
package godpu
66

77
import (
88
"context"

goopicsi_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: Apache-2.0
22
// Copyright (c) 2022 Dell Inc, or its subsidiaries.
33

4-
package goopicsi
4+
package godpu
55

66
import (
77
"fmt"
@@ -10,8 +10,8 @@ import (
1010
"strings"
1111
"testing"
1212

13-
"github.com/opiproject/goopicsi/test/mock-server/server"
14-
"github.com/opiproject/goopicsi/test/mock-server/stub"
13+
"github.com/opiproject/godpu/test/mock-server/server"
14+
"github.com/opiproject/godpu/test/mock-server/stub"
1515
pb "github.com/opiproject/opi-api/storage/v1alpha1/gen/go"
1616
"github.com/stretchr/testify/suite"
1717
"google.golang.org/grpc"

0 commit comments

Comments
 (0)