X7ROOT File Manager
Current Path:
/opt/golang/1.19.4/test/fixedbugs/issue5614.dir
opt
/
golang
/
1.19.4
/
test
/
fixedbugs
/
issue5614.dir
/
📁
..
📄
rethinkgo.go
(255 B)
📄
x.go
(60 B)
📄
y.go
(37 B)
Editing: rethinkgo.go
package rethinkgo type Session struct { } func (s *Session) Run(query Exp) *int { return nil } type List []interface{} type Exp struct { args []interface{} } func (e Exp) UseOutdated(useOutdated bool) Exp { return Exp{args: List{e, useOutdated}} }
Upload File
Create Folder