diff --git a/README.md b/README.md index e654cce..9f41114 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +

+ ⭐   the project to show your appreciation. :arrow_upper_right: +

+

@@ -9,8 +13,6 @@ Quickly scrape Google Search Results. -⭐ **the project to show your appreciation.** - ## Example ```go @@ -106,4 +108,4 @@ Other useful packages - [mysql-go](https://github.com/rocketlaunchr/mysql-go) - Properly cancel slow MySQL queries - [react](https://github.com/rocketlaunchr/react) - Build front end applications using Go - [remember-go](https://github.com/rocketlaunchr/remember-go) - Cache slow database queries -- [testing-go](https://github.com/rocketlaunchr/testing-go) - Testing framework for unit testing +- [testing-go](https://github.com/rocketlaunchr/testing-go) - Testing framework for unit testing \ No newline at end of file diff --git a/limit.go b/limit.go index 0ea7ab8..9dce5eb 100644 --- a/limit.go +++ b/limit.go @@ -1,3 +1,5 @@ +// Copyright 2020-21 PJ Engineering and Business Solutions Pty. Ltd. All rights reserved. + package googlesearch import ( diff --git a/search.go b/search.go index 9b7b32a..7a3ddac 100644 --- a/search.go +++ b/search.go @@ -1,3 +1,5 @@ +// Copyright 2020-21 PJ Engineering and Business Solutions Pty. Ltd. All rights reserved. + package googlesearch import ( diff --git a/search_test.go b/search_test.go index e6d519f..8dc52cb 100644 --- a/search_test.go +++ b/search_test.go @@ -1,3 +1,5 @@ +// Copyright 2020-21 PJ Engineering and Business Solutions Pty. Ltd. All rights reserved. + package googlesearch_test import (