| 1 | x |
| 2 | - |
| 3 | |
| 4 | Set of packages that I often copy-paste into my new projects. |
| 5 | |
| 6 | - is - simple assertion library for tests |
| 7 | - envy - type-safe os.Getenv with default values |
| 8 | - reqid - http middleware that add request id header and sets it in context |
| 9 | - ratelimit - http middleware that rate limits http, duh |
| 10 | |
| 11 | This repo is MIT Licensed |