Skip to content

Commit

Permalink
GO FUMPTED
Browse files Browse the repository at this point in the history
  • Loading branch information
Koustavd18 committed Aug 6, 2024
1 parent 4d0396b commit 9798538
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 7 deletions.
3 changes: 2 additions & 1 deletion cmd/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ import (
"io"
"net/http"
"net/url"
"pb/pkg/config"
"time"

"pb/pkg/config"
)

type HTTPClient struct {
Expand Down
1 change: 1 addition & 0 deletions cmd/pre.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ package cmd
import (
"errors"
"os"

"pb/pkg/config"

"github.com/spf13/cobra"
Expand Down
1 change: 1 addition & 0 deletions cmd/profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
"fmt"
"net/url"
"os"

"pb/pkg/config"
"pb/pkg/model/credential"
"pb/pkg/model/defaultprofile"
Expand Down
3 changes: 2 additions & 1 deletion cmd/role.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ import (
"fmt"
"io"
"os"
"pb/pkg/model/role"
"strings"
"sync"

"pb/pkg/model/role"

tea "github.com/charmbracelet/bubbletea"
"github.com/charmbracelet/lipgloss"
"github.com/spf13/cobra"
Expand Down
1 change: 1 addition & 0 deletions cmd/tail.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import (
"encoding/base64"
"encoding/json"
"fmt"

"pb/pkg/config"

"github.com/apache/arrow/go/v13/arrow/array"
Expand Down
3 changes: 2 additions & 1 deletion pkg/model/credential/credential.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
package credential

import (
"pb/pkg/model/button"
"strings"

"pb/pkg/model/button"

"github.com/charmbracelet/bubbles/textinput"
tea "github.com/charmbracelet/bubbletea"
"github.com/charmbracelet/lipgloss"
Expand Down
1 change: 1 addition & 0 deletions pkg/model/defaultprofile/profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ package defaultprofile
import (
"fmt"
"io"

"pb/pkg/config"

"github.com/charmbracelet/bubbles/list"
Expand Down
5 changes: 3 additions & 2 deletions pkg/model/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ import (
"math"
"net/http"
"os"
"pb/pkg/config"
"pb/pkg/iterator"
"strings"
"sync"
"time"

"pb/pkg/config"
"pb/pkg/iterator"

"github.com/charmbracelet/bubbles/help"
"github.com/charmbracelet/bubbles/key"
"github.com/charmbracelet/bubbles/textarea"
Expand Down
3 changes: 2 additions & 1 deletion pkg/model/role/role.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ package role

import (
"fmt"
"strings"

"pb/pkg/model/button"
"pb/pkg/model/selection"
"strings"

"github.com/charmbracelet/bubbles/textinput"
tea "github.com/charmbracelet/bubbletea"
Expand Down
3 changes: 2 additions & 1 deletion pkg/model/timeinput.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ package model

import (
"fmt"
"pb/pkg/model/datetime"
"time"

"pb/pkg/model/datetime"

"github.com/charmbracelet/bubbles/key"
"github.com/charmbracelet/bubbles/list"
tea "github.com/charmbracelet/bubbletea"
Expand Down

0 comments on commit 9798538

Please sign in to comment.