Oshine
Oshine
### 1.The go code: ```go rl, err := readline.New("> ") if err != nil { fmt.Println("ERROR:",err) return } defer rl.Close() if str, err := rl.Readline(); err == nil { fmt.Println(str)...
- [x] GopherLua is a Lua5.1 implementation. You should be familiar with Lua programming language. Have you read [Lua 5.1 reference manual](http://www.lua.org/manual/5.1/) carefully? - [x] GopherLua is a Lua5.1 implementation....
s1, err := astisub.OpenFile("Call.Me.by.Your.Name.2017.BluRay.ass") if err != nil { return nil, err } // s1.items is nil, why ,if subtitle file is .srt ,it works.
 

以下函数错误
# github.com/openset/php2go/php ..\..\pkg\mod\github.com\openset\[email protected]\php\directory.go:27:22: cannot use fd (type int) as type syscall.Handle in argument to syscall.Close Compilation finished with exit code 2 ``` // Closedir - Close directory's handle func Closedir(fd...
i want use it to dev game with 2d
such as sql: SHOW CREATE TABLE ``` `order` ``` # ok SHOW CREATE TABLE order # error here is code below: ```go func createTableSQL(db *sql.DB, name string) (string, error) {...