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

https://github.com/nickng/scribble-go-file-downloader

Scribble-Go file downloader demo.
https://github.com/nickng/scribble-go-file-downloader

golang research scribble scribble-go session-types

Last synced: over 1 year ago
JSON representation

Scribble-Go file downloader demo.

Awesome Lists containing this project

README

          

# httpget
Scribble-Go file downloader demo.

This demos the Scribble-Go framework with the Downloader protocol
found in `Downloader.scr`.

## Usage

$ go generate # generates the API for the protocol.
$ go build main.go
$ ./httpget http://example.com/

## Notes

The downloader uses one Fetcher by default.
To change the number of Fetchers used to n:

$ ./httpget -N n

See `httpget -h` for more details about the usage.