Skip to content

Commit ce8a206

Browse files
committed
Added clarifying comment
1 parent b447638 commit ce8a206

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

aggregator/cmd/main.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ import (
77
"os"
88

99
"github.com/urfave/cli/v2"
10-
"github.com/lambdaclass/aligned_layer/aggregator/internal/pkg"
10+
// TODO(xqft): used lambdaclass below as a temporary solution, can't
11+
// import the internal package when in presence of a replace directive.
12+
"github.com/lambdaclass/aligned_layer/aggregator/internal/pkg"
1113
"github.com/yetanotherco/aligned_layer/core/config"
1214
)
1315

0 commit comments

Comments
 (0)