rename path to sync
lint / lint (pull_request) Has been cancelled Details
pr / test (pull_request) Has been cancelled Details

This commit is contained in:
Денис Евстигнеев 2024-04-07 21:16:50 +03:00
parent c2808679c3
commit 8254456c8b
1 changed files with 1 additions and 1 deletions

View File

@ -3,13 +3,13 @@ package broker
import (
"context"
"crypto/tls"
"sync"
"time"
"go.unistack.org/micro/v3/codec"
"go.unistack.org/micro/v3/logger"
"go.unistack.org/micro/v3/meter"
"go.unistack.org/micro/v3/register"
"go.unistack.org/micro/v3/sync"
"go.unistack.org/micro/v3/tracer"
)