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

https://github.com/codex-team/hawk.workers.go

Experimental Golang worker implementation
https://github.com/codex-team/hawk.workers.go

Last synced: about 2 months ago
JSON representation

Experimental Golang worker implementation

Awesome Lists containing this project

README

        

# hawk.workers.go

Hawk workers implemented written in Go.

## Mock generation

In order to generate mocks for unit testing, run:

```bash
mockery --all --case snake
```