We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c75a2e commit 86506f7Copy full SHA for 86506f7
README.md
@@ -26,6 +26,7 @@ go get github.com/vadv/gopher-lua-libs
26
* [db](/db) access to databases
27
* [filepath](/filepath) path.filepath port
28
* [goos](/goos) os port
29
+* [hex](/hex) Port of [encoding/hex](https://pkg.go.dev/encoding/hex)
30
* [http](/http) http.client && http.server
31
* [humanize](/humanize) humanize [github.com/dustin/go-humanize](https://github.com/dustin/go-humanize) port
32
* [inspect](/inspect) pretty print [github.com/kikito/inspect.lua](https://github.com/kikito/inspect.lua)
0 commit comments