Lirt / velero-plugin-for-openstack

Openstack Cinder, Manila and Swift plugin for Velero backups
MIT License
26 stars 12 forks source link

[FEAT] Change go package name #74

Closed kayrus closed 1 year ago

kayrus commented 1 year ago

Is your feature request related to a problem? Please describe.

No problems, just confusing package name.

Describe the solution you'd like

Change package name:

diff --git a/go.mod b/go.mod
index 28c5e99..e0a50a8 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module github.com/Lirt/velero-plugin-swift
+module github.com/Lirt/velero-plugin-for-openstack

 go 1.19

This fix is required for a proper user agent version in #75