Skip to content
Snippets Groups Projects
Commit 63dc2cd4 authored by Semyon Krestyaninov's avatar Semyon Krestyaninov :dog2:
Browse files

Пакет events вынесен на корневой уровень

parent 59a06d9b
Branches
No related tags found
No related merge requests found
File moved
......@@ -3,7 +3,7 @@
package mocks
import (
events "git.perx.ru/perxis/perxis-go/pkg/events"
"git.perx.ru/perxis/perxis-go/events"
mock "github.com/stretchr/testify/mock"
)
......
File moved
File moved
......@@ -3,7 +3,7 @@
package mocks
import (
events "git.perx.ru/perxis/perxis-go/pkg/events"
"git.perx.ru/perxis/perxis-go/events"
mock "github.com/stretchr/testify/mock"
)
......
......@@ -3,7 +3,7 @@
package mocks
import (
events "git.perx.ru/perxis/perxis-go/pkg/events"
"git.perx.ru/perxis/perxis-go/events"
mock "github.com/stretchr/testify/mock"
)
......
File moved
File moved
......@@ -6,7 +6,7 @@ import (
"testing"
"time"
pb "git.perx.ru/perxis/perxis-go/pkg/events/test_proto"
pb "git.perx.ru/perxis/perxis-go/events/test_proto"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"google.golang.org/protobuf/proto"
......
File moved
......@@ -7,10 +7,11 @@
package test_proto
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
)
const (
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment