Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zcong1993/libgo
https://github.com/zcong1993/libgo
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/zcong1993/libgo
- Owner: zcong1993
- License: mit
- Created: 2018-10-18T21:50:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T09:48:02.000Z (almost 6 years ago)
- Last Synced: 2024-06-20T15:42:13.192Z (5 months ago)
- Language: Go
- Size: 54.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libgo
> my go libs
## Table of content
### [gin](./gin)
#### [ginerr](./gin/ginerr)
- err
#### [ginhelper](./gin/ginhelper)
- cache
- pagination
- rest
### [mysql](./mysql)
- UseTx
- PaginationQuery
- WithPagination
### [pg](./pg)
- Model
### [reflect](./reflect)
- IndirectType
- IndirectValue
- Slice2Map
### [utils](./utils)
- convert
- number
- password
- randstring
- repeat
- uint_set
### [validator](./validator)
- v8_to_v9
- trans## License
MIT © zcong1993