Skip to content

Commit

Permalink
move instrument package into root of repo
Browse files Browse the repository at this point in the history
  • Loading branch information
haileys committed May 5, 2023
1 parent f31584a commit 8b2910d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 53 deletions.
2 changes: 1 addition & 1 deletion api/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"strings"

genq "github.com/Khan/genqlient/graphql"
"github.com/superfly/flyctl/internal/instrument"
"github.com/superfly/flyctl/instrument"
"github.com/superfly/graphql"
"golang.org/x/exp/slices"
)
Expand Down
2 changes: 1 addition & 1 deletion flaps/flaps.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import (
"github.com/superfly/flyctl/api"
"github.com/superfly/flyctl/client"
"github.com/superfly/flyctl/flyctl"
"github.com/superfly/flyctl/instrument"
"github.com/superfly/flyctl/internal/buildinfo"
"github.com/superfly/flyctl/internal/instrument"
"github.com/superfly/flyctl/internal/logger"
"github.com/superfly/flyctl/internal/metrics"
"github.com/superfly/flyctl/terminal"
Expand Down
50 changes: 0 additions & 50 deletions internal/instrument/call.go

This file was deleted.

2 changes: 1 addition & 1 deletion internal/metrics/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package metrics
import (
"context"
"github.com/spf13/cobra"
"github.com/superfly/flyctl/internal/instrument"
"github.com/superfly/flyctl/instrument"
"sync"
"time"
)
Expand Down

0 comments on commit 8b2910d

Please sign in to comment.