mirror of
https://github.com/samuelncui/yatm.git
synced 2026-01-08 14:21:19 +00:00
feat: rename repo
This commit is contained in:
2
external/external.go
vendored
2
external/external.go
vendored
@@ -1,6 +1,6 @@
|
||||
package external
|
||||
|
||||
import "github.com/samuelncui/tapewriter/library"
|
||||
import "github.com/samuelncui/tapemanager/library"
|
||||
|
||||
type External struct {
|
||||
lib *library.Library
|
||||
|
||||
2
external/from_json.go
vendored
2
external/from_json.go
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user