http: remove const started, use _ instead

pull/2106/head
Delyan Angelov 2019-09-25 23:58:32 +03:00 committed by Alexander Medvednikov
parent ab291902d8
commit 33df5edc08
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import http.chunked
const (
max_redirects = 4
started = http.init()
_ = http.init()
)
struct Request {