Skip to content

Commit 5716d6e

Browse files
author
svslyusarenko
committed
[CTHL-5116] refactoring: move annotation package
1 parent 93a0631 commit 5716d6e

13 files changed

Lines changed: 4 additions & 4 deletions

File tree

cmd/go-mutesting/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ import (
2020

2121
"gopkg.in/yaml.v3"
2222

23-
"github.com/avito-tech/go-mutesting/internal/annotation"
2423
"github.com/avito-tech/go-mutesting/internal/console"
2524
"github.com/avito-tech/go-mutesting/internal/filter"
2625
"github.com/avito-tech/go-mutesting/internal/importing"
2726
"github.com/avito-tech/go-mutesting/internal/models"
2827
"github.com/avito-tech/go-mutesting/internal/parser"
28+
"github.com/avito-tech/go-mutesting/internal/processor/annotation"
2929
"github.com/avito-tech/go-mutesting/internal/reportmaker"
3030
"github.com/jessevdk/go-flags"
3131
"github.com/zimmski/osutil"

internal/parser/parse_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
package parser
22

33
import (
4+
"github.com/avito-tech/go-mutesting/internal/processor/annotation"
45
"testing"
56

67
"github.com/stretchr/testify/assert"
78

8-
"github.com/avito-tech/go-mutesting/internal/annotation"
99
"github.com/avito-tech/go-mutesting/internal/filter"
1010
)
1111

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)