chore: re-format
parent
6bbfd7b94c
commit
cf624ad2ea
|
@ -1,8 +1,9 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"github.com/haunt98/gofimports/internal/cli"
|
||||
_ "go.uber.org/automaxprocs"
|
||||
|
||||
"github.com/haunt98/gofimports/internal/cli"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
@ -3,8 +3,9 @@ package cli
|
|||
import (
|
||||
"os"
|
||||
|
||||
"github.com/make-go-great/color-go"
|
||||
"github.com/urfave/cli/v2"
|
||||
|
||||
"github.com/make-go-great/color-go"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in New Issue