gotools
This is a tool package for Gorequest & some other uploaded packages
⬇️ How to install it?
go get github.com/kawacode/gotools
## LICENSE
### GPL3 LICENSE SYNOPSIS
**_TL;DR_*** Here's what the GPL3 license entails:
```markdown
1. Anyone can copy, modify and distribute this software.
2. You have to include the license and copyright notice with each and every distribution.
3. You can use this software privately.
4. You can use this software for commercial purposes.
5. Source code MUST be made available when the software is distributed.
6. Any modifications of this code base MUST be distributed with the same license, GPLv3.
7. This software is provided without warranty.
8. The software author or license can not be held liable for any damages inflicted by the software.
More information on about the LICENSE can be found here