浏览代码

reorder imports

Josh Yan 9 月之前
父节点
当前提交
574c3540cd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      server/model.go

+ 1 - 1
server/model.go

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