An open API service indexing awesome lists of open source software.

https://github.com/timonweb/gowarmer


https://github.com/timonweb/gowarmer

Last synced: 3 months ago
JSON representation

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
```