feat: rename repo

This commit is contained in:
Samuel N Cui
2023-09-26 16:31:30 +08:00
parent e7b4aec9ed
commit efb352ba44
48 changed files with 71 additions and 69 deletions

View File

@@ -1,6 +1,6 @@
package external
import "github.com/samuelncui/tapewriter/library"
import "github.com/samuelncui/tapemanager/library"
type External struct {
lib *library.Library

View File

@@ -9,7 +9,7 @@ import (
"path"
"github.com/samuelncui/acp"
"github.com/samuelncui/tapewriter/library"
"github.com/samuelncui/tapemanager/library"
)
func (e *External) ImportACPReport(ctx context.Context, barname, name, encryption string, reader io.Reader) error {