Skip to content

Commit

Permalink
Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewi committed Sep 19, 2024
1 parent 6d7b836 commit d64d03c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
7 changes: 4 additions & 3 deletions app/api/types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ package api

import (
"encoding/json"
"github.com/go-logr/zapr"
"github.com/google/go-cmp/cmp"
"go.uber.org/zap"
"os"
"testing"
"time"

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

func Test_Deserialize(t *testing.T) {
Expand Down
3 changes: 2 additions & 1 deletion app/pkg/analyze/session_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package analyze

import (
"context"
"google.golang.org/protobuf/proto"
"time"

"google.golang.org/protobuf/proto"

"github.com/go-logr/zapr"
"github.com/jlewi/foyle/app/api"
"github.com/jlewi/foyle/app/pkg/logs/matchers"
Expand Down
3 changes: 2 additions & 1 deletion app/pkg/analyze/session_builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ package analyze
import (
"context"
"database/sql"
logspb "github.com/jlewi/foyle/protos/go/foyle/logs"
"testing"
"time"

logspb "github.com/jlewi/foyle/protos/go/foyle/logs"

"github.com/jlewi/foyle/app/pkg/logs/matchers"

"github.com/google/go-cmp/cmp"
Expand Down
1 change: 1 addition & 0 deletions app/pkg/logs/logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package logs
import (
"context"
"encoding/json"

"github.com/jlewi/foyle/app/api"

"google.golang.org/protobuf/encoding/protojson"
Expand Down

0 comments on commit d64d03c

Please sign in to comment.