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
- Host: GitHub
- URL: https://github.com/codex-team/hawk.workers.go
- Owner: codex-team
- Created: 2021-02-10T17:09:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-17T11:04:41.000Z (over 2 years ago)
- Last Synced: 2025-04-14T23:09:42.188Z (about 2 months ago)
- Language: Go
- Size: 90.8 KB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```