move all imports to own domain

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-10-02 19:55:07 +03:00
parent ada59119cc
commit 5eb0e56373
152 changed files with 378 additions and 454 deletions

View File

@@ -1,11 +1,11 @@
// Package ring provides a simple ring buffer for storing local data
package ring
package ring // import "go.unistack.org/micro/v3/util/ring"
import (
"sync"
"time"
"github.com/unistack-org/micro/v3/util/id"
"go.unistack.org/micro/v3/util/id"
)
// Buffer is ring buffer