Przeglądaj źródła

reorder imports

Josh Yan 9 miesięcy temu
rodzic
commit
574c3540cd
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      server/model.go

+ 1 - 1
server/model.go

@@ -12,8 +12,8 @@ import (
 	"net/http"
 	"os"
 	"path/filepath"
-	"sort"
 	"slices"
+	"sort"
 	"strings"
 	"text/template/parse"