Fix unterminated string literal

This commit is contained in:
Pavel 2021-04-16 14:40:08 +03:00 committed by GitHub
parent 013c7b9289
commit 919db69cd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ import (
"fmt"
"io"
"io/ioutil"
"log
"log"
"net/http"
"net/url"
"strconv"