https://github.com/aca/x
Personal go libraries
https://github.com/aca/x
Last synced: 4 months ago
JSON representation
Personal go libraries
- Host: GitHub
- URL: https://github.com/aca/x
- Owner: aca
- Created: 2022-08-17T06:42:08.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-29T16:44:21.000Z (about 3 years ago)
- Last Synced: 2025-12-17T16:36:05.617Z (6 months ago)
- Language: Go
- Size: 3.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Personal common go code
- logf: stupid simple file logger for debugging, use with `lnav /tmp/logf`
- log: structured logging based on rs/zerolog
- jsondb: based on github.com/tailscale/tailscale/jsondb
- yamldb: yaml version of jsondb
- noti: noti.Send()
- throttledtransport: throttled http.Transport for http scraping client
- downloader: generic file downloader using http.Client