- 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">
|
||||
<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>
|
||||
@ -9,8 +13,6 @@
|
||||
|
||||
Quickly scrape Google Search Results.
|
||||
|
||||
⭐ **the project to show your appreciation.**
|
||||
|
||||
## Example
|
||||
|
||||
```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
|
||||
|
||||
import (
|
||||
|
@ -1,3 +1,5 @@
|
||||
// Copyright 2020-21 PJ Engineering and Business Solutions Pty. Ltd. All rights reserved.
|
||||
|
||||
package googlesearch
|
||||
|
||||
import (
|
||||
|
@ -1,3 +1,5 @@
|
||||
// Copyright 2020-21 PJ Engineering and Business Solutions Pty. Ltd. All rights reserved.
|
||||
|
||||
package googlesearch_test
|
||||
|
||||
import (
|
||||
|
Loading…
x
Reference in New Issue
Block a user