rename path to sync
Go / test (pull_request) Has been cancelled Details
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:17:42 +03:00
parent c3cabc1fe5
commit 56d33ae823
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,6 @@ package broker
import (
"context"
"crypto/tls"
"sync"
"time"
"go.unistack.org/micro/v4/codec"
@ -12,6 +11,7 @@ import (
"go.unistack.org/micro/v4/meter"
"go.unistack.org/micro/v4/options"
"go.unistack.org/micro/v4/register"
"go.unistack.org/micro/v4/sync"
"go.unistack.org/micro/v4/tracer"
)