fix: remove useless code
This commit is contained in:
parent
6963fbad79
commit
daa4800534
1 changed files with 0 additions and 3 deletions
3
main.go
3
main.go
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue