We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5351e commit bc00c24Copy full SHA for bc00c24
hex/loader.go
@@ -2,10 +2,10 @@ package hex
2
3
import lua "github.com/yuin/gopher-lua"
4
5
-// Preload adds yaml to the given Lua state's package.preload table. After it
+// Preload adds hex to the given Lua state's package.preload table. After it
6
// has been preloaded, it can be loaded using require:
7
//
8
-// local yaml = require("yaml")
+// local hex = require("hex")
9
func Preload(L *lua.LState) {
10
L.PreloadModule("hex", Loader)
11
}
0 commit comments