ci: add linter

This commit is contained in:
2026-01-03 17:57:11 +08:00
parent a6a83f8d9f
commit a8b3a34db7
5 changed files with 65 additions and 8 deletions

View File

@@ -6,6 +6,6 @@ import (
)
func main() {
http.HandleFunc("/hello", hello.HelloHandler)
http.HandleFunc("/hello", hello.Handler)
http.ListenAndServe(":8800", nil)
}