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
- Host: GitHub
- URL: https://github.com/mixcode/golib
- Owner: mixcode
- License: bsd-3-clause
- Created: 2021-05-28T02:52:51.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T08:25:16.000Z (over 3 years ago)
- Last Synced: 2024-06-21T15:52:19.927Z (about 2 years ago)
- Language: Shell
- Size: 269 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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