mirror of
https://github.com/rssnyder/keys
synced 2026-06-30 16:40:35 -05:00
No description
- Go 94.3%
- Makefile 3.1%
- Dockerfile 2.6%
| .github/workflows | ||
| db | ||
| .gitignore | ||
| docker-compose.yml | ||
| Dockerfile | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| main_test.go | ||
| Makefile | ||
| README.md | ||
keys
read
curl https://keys.rileysnyder.dev/foo
write
curl -d 'bar' https://keys.rileysnyder.dev/foo
you can also create random keys
curl -d 'bar' https://keys.rileysnyder.dev
development notes
- test with
make test - need to split out routes eventually to leverage httptest