modulepackage
0.0.0-20221118014540-79c50470ff02
Repository: https://github.com/syhlion/glua-libs.git
Documentation: pkg.go.dev
# README
glua-libs
Installation
go get github.com/vadv/gopher-lua-libs
Index
- crypto calculate md5, sha256 hash for string
- mysql access to databases. only mysql supported
- httpclient http.client
- json json implementation
- regexp regexp port
- strings strings port (utf supported)
- redis access to redis
- telegram send message to telegram
Thanks
# Packages
origin code: https://github.com/vadv/gopher-lua-libs/tree/master/crypto.
origin code: https://github.com/vadv/gopher-lua-libs/tree/master/http.
origin code: https://github.com/vadv/gopher-lua-libs/tree/master/json.
origin code: https://github.com/vadv/gopher-lua-libs/tree/master/db.
No description provided by the author
origin code: https://github.com/vadv/gopher-lua-libs/tree/master/regexp.
origin code: https://github.com/vadv/gopher-lua-libs/tree/master/strings.
No description provided by the author
origin code: https://github.com/vadv/gopher-lua-libs/tree/master/time.
# Functions
Preload(): preload all gopher lua packages.