Skip to content

Commit

Permalink
更新 app.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jdnjk authored Sep 1, 2024
1 parent 4339d9e commit 36cb8ab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import (
"path/filepath"
"strings"
"time"

"./forge"
) //导入
func handler(w http.ResponseWriter, r *http.Request) {
fmt.Fprintf(w, "正在扫描环境")
Expand Down Expand Up @@ -135,5 +133,4 @@ func main() {
fmt.Println("无法写入:", err)
return
}
forge.PublicFunction()
}

0 comments on commit 36cb8ab

Please sign in to comment.