fix: remove useless code

This commit is contained in:
Simon Vieille 2025-07-29 10:13:18 +02:00
commit daa4800534
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -4,7 +4,6 @@ import (
"html/template"
"log"
"net/http"
"os"
"github.com/yassinebenaid/godump"
"gitnet.fr/deblan/go-form/example"
@ -170,8 +169,6 @@ func main() {
"Form": f,
"Dump": template.HTML(dump.Sprint(data)),
})
os.Stdout
})
log.Fatal(http.ListenAndServe(":1122", nil))