some clean up
added Makefile
This commit is contained in:
parent
8f1463b2ef
commit
5d5c779b43
8 changed files with 98 additions and 43 deletions
|
@ -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
|
||||
|
|
Reference in a new issue