mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Fix goimports grouping (#62423)
* fix goimports * fix goimports order
This commit is contained in:
@@ -19,11 +19,10 @@
|
||||
package web
|
||||
|
||||
import (
|
||||
_ "unsafe"
|
||||
|
||||
"context"
|
||||
"net/http"
|
||||
"strings"
|
||||
_ "unsafe"
|
||||
)
|
||||
|
||||
const _VERSION = "1.3.4.0805"
|
||||
|
||||
Reference in New Issue
Block a user