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

https://github.com/mixcode/golib

A placeholder for small go library packages
https://github.com/mixcode/golib

Last synced: 5 months ago
JSON representation

A placeholder for small go library packages

Awesome Lists containing this project

README

          

# github.com/mixcode/golib/

!! THIS PACKAGE PATH IS DEPRECATED!!

Use golib-XXXX version of the libraries instead.

A placeholder for small go library packages.

# Libs

* [mtrand](./mtrand) : A Mersenne-Twister Random Number generator
* [cbccts](./cbccts) : A CBC block cipher encrypter/decrypter in CTS mode
* [encoding/json](./encoding/json) : A modified golang encoding/json for snake_cased JSON variable names