https://github.com/vesoft-inc/go-pkg
https://github.com/vesoft-inc/go-pkg
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vesoft-inc/go-pkg
- Owner: vesoft-inc
- Created: 2022-03-11T08:41:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-17T11:00:05.000Z (over 1 year ago)
- Last Synced: 2025-03-26T10:21:13.514Z (3 months ago)
- Language: Go
- Size: 67.4 KB
- Stars: 1
- Watchers: 23
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://codecov.io/gh/vesoft-inc/go-pkg)
[](https://goreportcard.com/report/github.com/vesoft-inc/go-pkg)
[](https://golangci.com/r/github.com/vesoft-inc/go-pkg)
[](https://godoc.org/github.com/vesoft-inc/go-pkg)# Go Common Packages
- [dotenv](dotenv) - Loads env vars from a .env file or custom files.
- [errorx](errorx) - Error extension with code and message.
- [httpclient](httpclient) - HTTP client containing raw `Client`, `BytesClient` and `ObjectClient`.
- [mail](mail) - Simple mail client.
- [notify](notify) - Notification interface, supports template, filter, tingtalk and mail.
- [validator](validator) - Used for parameter validation.
- [response](response) - Standard response.
- [middleware](middleware) - some useful middlewares.