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

View File

@@ -8,7 +8,7 @@ import (
"path"
"strings"
"github.com/samuelncui/tapemanager/entity"
"github.com/samuelncui/yatm/entity"
)
func (api *API) SourceList(ctx context.Context, req *entity.SourceListRequest) (*entity.SourceListReply, error) {