File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : ' 2'
2+ formatters :
3+ enable :
4+ - goimports
5+ settings :
6+ goimports :
7+ local-prefixes :
8+ - github.com/batovpasha/aws-cw-log-sampler
Original file line number Diff line number Diff line change 88 "time"
99
1010 "github.com/aws/aws-sdk-go-v2/config"
11+
1112 "github.com/batovpasha/aws-cw-log-sampler/internal/cli"
1213 "github.com/batovpasha/aws-cw-log-sampler/internal/cloudwatchlogs"
1314 "github.com/batovpasha/aws-cw-log-sampler/internal/sample"
Original file line number Diff line number Diff line change @@ -8,10 +8,11 @@ import (
88 "time"
99
1010 "github.com/aws/aws-sdk-go-v2/config"
11+ "github.com/robfig/cron/v3"
12+
1113 "github.com/batovpasha/aws-cw-log-sampler/internal/cli"
1214 "github.com/batovpasha/aws-cw-log-sampler/internal/cloudwatchlogs"
1315 "github.com/batovpasha/aws-cw-log-sampler/internal/sample"
14- "github.com/robfig/cron/v3"
1516)
1617
1718func main () {
Original file line number Diff line number Diff line change 77 "time"
88
99 "github.com/aws/aws-sdk-go-v2/aws"
10+
1011 "github.com/batovpasha/aws-cw-log-sampler/internal/cloudwatchlogs"
1112)
1213
Original file line number Diff line number Diff line change 44 "context"
55 "fmt"
66
7- "github.com/batovpasha/aws-cw-log-sampler/internal/cloudwatchlogs"
87 "golang.org/x/sync/errgroup"
8+
9+ "github.com/batovpasha/aws-cw-log-sampler/internal/cloudwatchlogs"
910)
1011
1112type Config struct {
You can’t perform that action at this time.
0 commit comments