https://github.com/timonweb/gowarmer
https://github.com/timonweb/gowarmer
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timonweb/gowarmer
- Owner: timonweb
- Created: 2023-09-26T12:01:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T13:51:24.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T01:51:46.183Z (over 1 year ago)
- Language: Go
- Size: 18.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gowarmer: a URL warmer written in GO
This is my first attempt at Go code. I'm not sure what I'm doing here, but it's working for me.
## Usage:
```
gowarmer -url https://example.com -c 5 -v
```
## Build executable:
```
go build -o ./dist/gowarmer
```