# go-pkg **Repository Path**: mirrors_vesoft-inc/go-pkg ## Basic Information - **Project Name**: go-pkg - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-12 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![codecov.io](https://codecov.io/gh/vesoft-inc/go-pkg/branch/master/graph/badge.svg)](https://codecov.io/gh/vesoft-inc/go-pkg) [![Go Report Card](https://goreportcard.com/badge/github.com/vesoft-inc/go-pkg)](https://goreportcard.com/report/github.com/vesoft-inc/go-pkg) [![GolangCI](https://golangci.com/badges/github.com/vesoft-inc/go-pkg.svg)](https://golangci.com/r/github.com/vesoft-inc/go-pkg) [![GoDoc](https://godoc.org/github.com/vesoft-inc/go-pkg?status.svg)](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.