https://github.com/subscan-explorer/subscan-common
https://github.com/subscan-explorer/subscan-common
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/subscan-explorer/subscan-common
- Owner: subscan-explorer
- License: apache-2.0
- Created: 2022-03-09T06:26:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-26T05:21:32.000Z (about 4 years ago)
- Last Synced: 2025-03-26T09:19:43.977Z (about 1 year ago)
- Language: Go
- Size: 3.17 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# subscan-common
## Description
Subscan-common is a lightweight, composable tools for Go!
## Installation
```
go get -u github.com/subscan-explorer/subscan-common
```
## Feature
- [x] Log (Based on the Uber Zap framework)
- [x] HttpServer
- [x] Database (mysql)
- [x] Cache (redis)
- [x] Auth (jwt)
- [x] Mail (smtp、mailchimp)
- [x] Error Code (Supports custom error codes)