fix import order

This commit is contained in:
gitglorythegreat 2024-12-26 14:23:13 +08:00 committed by GitHub
parent 291806c056
commit e740417f52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -17,8 +17,8 @@
package main package main
import ( import (
"cmp"
"bytes" "bytes"
"cmp"
"encoding/json" "encoding/json"
"fmt" "fmt"
"os" "os"

View file

@ -17,8 +17,8 @@
package snapshot package snapshot
import ( import (
"cmp"
"bytes" "bytes"
"cmp"
"fmt" "fmt"
"slices" "slices"
"sort" "sort"

View file

@ -17,8 +17,8 @@
package pathdb package pathdb
import ( import (
"cmp"
"bytes" "bytes"
"cmp"
"fmt" "fmt"
"slices" "slices"
"sort" "sort"