- add copyright

- update readme
This commit is contained in:
rocketlaunchr-cto 2021-03-23 13:46:11 +11:00
parent b711a6db5b
commit a9b74b0557
4 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,7 @@
<p align="right">
&nbsp;&nbsp;<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

View File

@ -1,3 +1,5 @@
// Copyright 2020-21 PJ Engineering and Business Solutions Pty. Ltd. All rights reserved.
package googlesearch package googlesearch
import ( import (

View File

@ -1,3 +1,5 @@
// Copyright 2020-21 PJ Engineering and Business Solutions Pty. Ltd. All rights reserved.
package googlesearch package googlesearch
import ( import (

View File

@ -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 (