https://github.com/filinvadim/kotik
https://github.com/filinvadim/kotik
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/filinvadim/kotik
- Owner: filinvadim
- Created: 2021-04-01T18:01:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-20T10:47:18.000Z (about 4 years ago)
- Last Synced: 2023-03-04T00:49:17.093Z (about 2 years ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
```
go get github.com/filinvadim/kotik
```# Proper usage
```
go run main.go -p 5 http://google.com http://ya.com http://amazon.com
```# Wrong usage
```
go run main.go http://google.com http://ya.com http://amazon.com -p 5
```
Parallel flag won't be parsed and default will be used.# Testing
```
go test -count=1 -v ./...
```