some clean up

added Makefile
This commit is contained in:
Mahmoud Rahbar Azad 2018-10-25 21:18:45 +02:00
parent 8f1463b2ef
commit 5d5c779b43
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 7DBBD39E2BFEB784
8 changed files with 98 additions and 43 deletions

View file

@ -12,7 +12,7 @@ type Client struct {
func NewClient() *Client {
crawler := &Client{
&http.Client{Timeout: 10 * time.Second} ,
&http.Client{Timeout: 10 * time.Second},
}
return crawler