An open API service indexing awesome lists of open source software.

https://github.com/vesoft-inc/go-pkg


https://github.com/vesoft-inc/go-pkg

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

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.