i am stupid

This commit is contained in:
root 2026-06-16 02:45:15 +03:00
parent 6db7059a31
commit 589ab3cbc2
2 changed files with 1 additions and 1 deletions

View file

@ -18,7 +18,7 @@ func handler(w http.ResponseWriter, r *http.Request) {
if err != nil { if err != nil {
log.Fatalf("%v\n", err) log.Fatalf("%v\n", err)
} }
fmt.Fprintf(w, string(html)) fmt.Fprint(w, string(html))
} }
func main() { func main() {

Binary file not shown.