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

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.

Awesome Lists containing this project

README

          

![alphago](./logo.png)
# AlphaGo

[![Build Status](https://travis-ci.org/wgliang/alphago.svg?branch=master)](https://travis-ci.org/wgliang/alphago)
[![Code Coverage](https://codecov.io/gh/wgliang/alphago/branch/master/graph/badge.svg)](https://codecov.io/gh/wgliang/alphago)
[![Go Report Card](https://goreportcard.com/badge/github.com/wgliang/alphago)](https://goreportcard.com/report/github.com/wgliang/alphago)
[![GoDoc](https://godoc.org/github.com/wgliang/alphago?status.svg)](https://godoc.org/github.com/wgliang/alphago)
[![License](https://img.shields.io/badge/LICENSE-Apache2.0-ff69b4.svg)](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)