chore: goimported

This commit is contained in:
Dieter Eickstaedt 2023-01-19 20:01:06 +01:00
parent fc991df827
commit d83b5332cc
7 changed files with 14 additions and 7 deletions

View file

@ -1,8 +1,9 @@
package choose
import (
"github.com/charmbracelet/gum/style"
"time"
"github.com/charmbracelet/gum/style"
)
// Options is the customization options for the choose command.

View file

@ -1,8 +1,9 @@
package confirm
import (
"github.com/charmbracelet/gum/style"
"time"
"github.com/charmbracelet/gum/style"
)
// Options is the customization timeout for the confirm command.

View file

@ -1,8 +1,9 @@
package file
import (
"github.com/charmbracelet/gum/style"
"time"
"github.com/charmbracelet/gum/style"
)
// Options are the options for the file command.

View file

@ -1,8 +1,9 @@
package filter
import (
"github.com/charmbracelet/gum/style"
"time"
"github.com/charmbracelet/gum/style"
)
// Options is the customization options for the filter command.

View file

@ -1,8 +1,9 @@
package input
import (
"github.com/charmbracelet/gum/style"
"time"
"github.com/charmbracelet/gum/style"
)
// Options are the customization options for the input.

View file

@ -1,8 +1,9 @@
package pager
import (
"github.com/charmbracelet/gum/style"
"time"
"github.com/charmbracelet/gum/style"
)
// Options are the options for the pager.

View file

@ -1,8 +1,9 @@
package spin
import (
"github.com/charmbracelet/gum/style"
"time"
"github.com/charmbracelet/gum/style"
)
// Options is the customization options for the spin command.