diff --git a/go/l16.go b/go/l16.go index 968c10d..46c817b 100644 --- a/go/l16.go +++ b/go/l16.go @@ -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() { diff --git a/go/output/l16 b/go/output/l16 index 6f0055e..7e13469 100755 Binary files a/go/output/l16 and b/go/output/l16 differ