Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hello2mao/go-common
Common libraries for Golang.
https://github.com/hello2mao/go-common
Last synced: 1 day ago
JSON representation
Common libraries for Golang.
- Host: GitHub
- URL: https://github.com/hello2mao/go-common
- Owner: hello2mao
- License: apache-2.0
- Created: 2020-03-10T08:41:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T02:11:59.000Z (over 4 years ago)
- Last Synced: 2024-06-20T16:38:07.269Z (5 months ago)
- Language: Go
- Size: 335 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-common
[![API Reference](
https://camo.githubusercontent.com/915b7be44ada53c290eb157634330494ebe3e30a/68747470733a2f2f676f646f632e6f72672f6769746875622e636f6d2f676f6c616e672f6764646f3f7374617475732e737667
)](https://godoc.org/github.com/hello2mao/go-common)
[![Go Report Card](https://goreportcard.com/badge/github.com/hello2mao/go-common)](https://goreportcard.com/report/github.com/hello2mao/go-common)
[![codecov](https://codecov.io/gh/hello2mao/go-common/branch/master/graph/badge.svg)](https://codecov.io/gh/hello2mao/go-common)Most useful, high performance, safe golang common library.
## Stable
* [second_chance_cache](stable/second_chance_cache)
* This package implements Second-Chance Algorithm, an approximate LRU algorithms.
* [singleton](stable/singleton)
* A safe singleton.
* [csp](stable/csp)
* Cryptographic service provider: all kinds of AES/ECDSA/HASH.
* [wait](stable/wait)
* Wait/Retry for something to happen.
## Incubator* [clock](incubator/clock)
* [diff](incubator/diff)
* [event](incubator/event)
* [executor](incubator/executor)
* [fsm](incubator/fsm)
* [rand](incubator/rand)
* [roles](incubator/roles)
* [runtime](incubator/runtime)## Example
See example dir in submodule.