Chore: Fix goimports grouping (#62423)

* fix goimports

* fix goimports order
This commit is contained in:
Serge Zaitsev
2023-01-30 09:25:58 +01:00
committed by GitHub
parent bc2813ef06
commit e2d49ea17f
6 changed files with 11 additions and 7 deletions

View File

@@ -19,11 +19,10 @@
package web
import (
_ "unsafe"
"context"
"net/http"
"strings"
_ "unsafe"
)
const _VERSION = "1.3.4.0805"