i am stupid
This commit is contained in:
parent
6db7059a31
commit
589ab3cbc2
2 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ func handler(w http.ResponseWriter, r *http.Request) {
|
|||
if err != nil {
|
||||
log.Fatalf("%v\n", err)
|
||||
}
|
||||
fmt.Fprintf(w, string(html))
|
||||
fmt.Fprint(w, string(html))
|
||||
}
|
||||
|
||||
func main() {
|
||||
|
|
|
|||
BIN
go/output/l16
BIN
go/output/l16
Binary file not shown.
Loading…
Reference in a new issue