repository
0.0.0-20231117110005-307b542ecb31
Repository: https://github.com/vesoft-inc/go-pkg.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
Go Common Packages
- dotenv - Loads env vars from a .env file or custom files.
- errorx - Error extension with code and message.
- httpclient - HTTP client containing raw
Client
,BytesClient
andObjectClient
. - mail - Simple mail client.
- notify - Notification interface, supports template, filter, tingtalk and mail.
- validator - Used for parameter validation.
- response - Standard response.
- middleware - some useful middlewares.