Merged in feature/logVersioning (pull request #40)

Can Sync Versioning

* started

* client

* jobcansync

* tests
This commit is contained in:
Michael McGuinness
2025-01-29 16:26:11 +00:00
parent 0ac5ff9e15
commit 058f8dba7f
21 changed files with 543 additions and 146 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
)
func (s *Service) Create(ctx context.Context, name string) (uuid.UUID, error) {
name, err := normalizeName(name)
err := normalizeName(&name)
if err != nil {
return uuid.Nil, err
}