diff --git a/golang/http_hosts/http_hosts.go b/golang/http_hosts/http_hosts.go index cc7712d..856fcab 100644 --- a/golang/http_hosts/http_hosts.go +++ b/golang/http_hosts/http_hosts.go @@ -8,7 +8,6 @@ import ( "os" "regexp" "strings" - "bytes" ) func handler(w http.ResponseWriter, r *http.Request) {