https://github.com/wgliang/alphago
A Golang High Performance Library.
https://github.com/wgliang/alphago
decode encrypt golang golang-library golang-package high-performance library type-conversion
Last synced: 3 months ago
JSON representation
A Golang High Performance Library.
- Host: GitHub
- URL: https://github.com/wgliang/alphago
- Owner: wgliang
- License: apache-2.0
- Created: 2017-07-10T11:56:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-18T09:16:00.000Z (about 8 years ago)
- Last Synced: 2025-03-22T21:38:11.628Z (7 months ago)
- Topics: decode, encrypt, golang, golang-library, golang-package, high-performance, library, type-conversion
- Language: Go
- Homepage:
- Size: 49.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# AlphaGo[](https://travis-ci.org/wgliang/alphago)
[](https://codecov.io/gh/wgliang/alphago)
[](https://goreportcard.com/report/github.com/wgliang/alphago)
[](https://godoc.org/github.com/wgliang/alphago)
[](http://www.apache.org/licenses/LICENSE-2.0.html)## Introduction
AlphaGo is a much more powerful Golang library than official's.
## Basic Usage
### Installation
```go
go get github.com/wgliang/alphago
```
## ToDo List- sort(map,array,slice)
- version tag
- timewheel
- encrypt and decode
- cache algorithm
- math
- block## Contributing
If you have a good idea, a better, faster or more secure function implementation, welcome to [PR](https://github.com/wgliang/alphago/pulls) and [Issue](https://github.com/wgliang/alphago/issues).
## Credits
Logo is designed by [Ri Xu](https://xuri.me)