mvdan / gofumpt

A stricter gofmt
https://pkg.go.dev/mvdan.cc/gofumpt
BSD 3-Clause "New" or "Revised" License
3.15k stars 110 forks source link

Single import should not be grouped with parentheses #297

Open shenghui0779 opened 4 months ago

shenghui0779 commented 4 months ago
import (
    "github.com/shenghui0779/yiigo"
)
import "github.com/shenghui0779/yiigo"