- add copyright
- update readme
This commit is contained in:
parent
b711a6db5b
commit
a9b74b0557
@ -1,3 +1,7 @@
|
|||||||
|
<p align="right">
|
||||||
|
⭐ <strong>the project to show your appreciation.</strong> :arrow_upper_right:
|
||||||
|
</p>
|
||||||
|
|
||||||
<p align="right">
|
<p align="right">
|
||||||
<a href="http://godoc.org/github.com/rocketlaunchr/google-search"><img src="http://godoc.org/github.com/rocketlaunchr/google-search?status.svg" /></a>
|
<a href="http://godoc.org/github.com/rocketlaunchr/google-search"><img src="http://godoc.org/github.com/rocketlaunchr/google-search?status.svg" /></a>
|
||||||
<a href="https://goreportcard.com/report/github.com/rocketlaunchr/google-search"><img src="https://goreportcard.com/badge/github.com/rocketlaunchr/google-search" /></a>
|
<a href="https://goreportcard.com/report/github.com/rocketlaunchr/google-search"><img src="https://goreportcard.com/badge/github.com/rocketlaunchr/google-search" /></a>
|
||||||
@ -9,8 +13,6 @@
|
|||||||
|
|
||||||
Quickly scrape Google Search Results.
|
Quickly scrape Google Search Results.
|
||||||
|
|
||||||
⭐ **the project to show your appreciation.**
|
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
```go
|
```go
|
||||||
|
2
limit.go
2
limit.go
@ -1,3 +1,5 @@
|
|||||||
|
// Copyright 2020-21 PJ Engineering and Business Solutions Pty. Ltd. All rights reserved.
|
||||||
|
|
||||||
package googlesearch
|
package googlesearch
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// Copyright 2020-21 PJ Engineering and Business Solutions Pty. Ltd. All rights reserved.
|
||||||
|
|
||||||
package googlesearch
|
package googlesearch
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// Copyright 2020-21 PJ Engineering and Business Solutions Pty. Ltd. All rights reserved.
|
||||||
|
|
||||||
package googlesearch_test
|
package googlesearch_test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user