Skip to content

Commit

Permalink
Fix lint but test is still broken.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewi committed Nov 24, 2024
1 parent 8b12889 commit c0d458a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions app/pkg/analyze/dbs.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package analyze

import (
"context"

"github.com/cockroachdb/pebble"
"github.com/jlewi/foyle/app/pkg/dbutil"
"github.com/jlewi/foyle/app/pkg/logs"
Expand Down
5 changes: 3 additions & 2 deletions app/pkg/analyze/session_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ import (
"database/sql"
_ "embed"
"fmt"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"
"os"
"path/filepath"

"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"

"connectrpc.com/connect"
"github.com/jlewi/foyle/app/pkg/logs"
"github.com/jlewi/foyle/app/pkg/runme/converters"
Expand Down
5 changes: 3 additions & 2 deletions app/pkg/learn/learner.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ package learn
import (
"context"
"fmt"
"github.com/go-logr/zapr"
"go.uber.org/zap"
"io"
"strings"
"sync"

"github.com/go-logr/zapr"
"go.uber.org/zap"

"github.com/jlewi/foyle/app/pkg/analyze"
"github.com/jlewi/foyle/app/pkg/runme/converters"
logspb "github.com/jlewi/foyle/protos/go/foyle/logs"
Expand Down

0 comments on commit c0d458a

Please sign in to comment.