chore: re-format

main
sudo pacman -Syu 2023-01-17 17:21:39 +07:00
parent 6bbfd7b94c
commit cf624ad2ea
2 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,9 @@
package main package main
import ( import (
"github.com/haunt98/gofimports/internal/cli"
_ "go.uber.org/automaxprocs" _ "go.uber.org/automaxprocs"
"github.com/haunt98/gofimports/internal/cli"
) )
func main() { func main() {

View File

@ -3,8 +3,9 @@ package cli
import ( import (
"os" "os"
"github.com/make-go-great/color-go"
"github.com/urfave/cli/v2" "github.com/urfave/cli/v2"
"github.com/make-go-great/color-go"
) )
const ( const (