feat: rename to yatm

This commit is contained in:
Samuel N Cui
2023-09-26 16:47:06 +08:00
parent efb352ba44
commit 508d4bf137
50 changed files with 72 additions and 70 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ import (
"sync"
mapset "github.com/deckarep/golang-set/v2"
"github.com/samuelncui/tapemanager/entity"
"github.com/samuelncui/tapemanager/library"
"github.com/samuelncui/yatm/entity"
"github.com/samuelncui/yatm/library"
"gorm.io/gorm"
)