@@ -1,15 +0,0 @@
package main
import (
"fmt"
lua "github.com/yuin/gopher-lua"
)
func main() {
L := lua.NewState()
if err := L.DoFile("lua.lua"); err != nil {
fmt.Println(err)
}
The note is not visible to the blocked user.