modulepackage
0.5.0
Repository: https://github.com/metafates/mangal-lua-libs.git
Documentation: pkg.go.dev
# README
mangal-lua-libs
Lua libraries used by mangal for custom lua scrapers
Index
- base64 encoding/base64 api
- headless headless chrome browser
- html HTML processing
- cert_util monitoring ssl certs
- crypto calculate md5, sha256 hash for string
- filepath path.filepath port
- goos os port
- http http.client && http.server
- humanize humanize github.com/dustin/go-humanize port
- inspect pretty print github.com/kikito/inspect.lua
- ioutil io/ioutil port
- json json implementation
- log log port
- regexp regexp port
- runtime runtime port
- shellescape shellescape https://github.com/alessio/shellescape port
- stats stats https://github.com/montanaflynn/stats port
- storage package for store persist data and share values between lua states
- strings strings port (utf supported)
- template template engines
- time time port
- xmlpath gopkg.in/xmlpath.v2 port
- yaml gopkg.in/yaml.v2 port
# Packages
Package base64 implements base64 encode/decode functionality for lua.
Package crypto implements golang package crypto functionality for lua.
Package filepath implements golang filepath functionality for lua.
Package goos implements golang package os functionality for lua.
No description provided by the author
No description provided by the author
No description provided by the author
Port dustin/go-humanize for gopher-lua.
inspect.lua for gopher-lua.
No description provided by the author
Package ioutil implements golang package ioutil functionality for lua.
Package json implements json decode/encode functionality for lua.
Package plugin implements golang packege log functionality for lua.
Package regexp implements golang package regexp functionality for lua.
Package runtime implements golang runtime functionality for lua.
No description provided by the author
Package strings implements golang package montanaflynn/stats functionality for lua.
Package storage implements persist storage with ttl for to save and share data between differents lua.LState.
Package strings implements golang package strings functionality for lua.
Package template implements template functionality for lua.
Package time implements golang package time functionality for lua.
Package xmlpath provides xmlpath for lua.
Package yaml implements yaml decode functionality for lua.
# Functions
Preload preload all gopher lua packages.