robaho / go-trader

financial exchange written in Go, designed for algorithmic trading tests
GNU General Public License v3.0
376 stars 75 forks source link

Client app uses old version of GUI dep #10

Closed AlexanderMatveev closed 2 years ago

AlexanderMatveev commented 2 years ago
./main.go:43:7: gui.Update undefined (type *gocui.Gui has no field or method Update)
./main.go:65:6: gui.Update undefined (type *gocui.Gui has no field or method Update)
./main.go:78:6: gui.Update undefined (type *gocui.Gui has no field or method Update)
./main.go:104:6: gui.Update undefined (type *gocui.Gui has no field or method Update)
./main.go:166:6: gui.Update undefined (type *gocui.Gui has no field or method Update)
./main.go:213:5: v.MaxLines undefined (type *gocui.View has no field or method MaxLines)
./main.go:226:5: v.MaxLines undefined (type *gocui.View has no field or method MaxLines)
./main.go:234:5: v.MaxLines undefined (type *gocui.View has no field or method MaxLines)
./main.go:251:5: v.Editor undefined (type *gocui.View has no field or method Editor)
./main.go:256:5: g.Update undefined (type *gocui.Gui has no field or method Update)
./main.go:256:5: too many errors
robaho commented 2 years ago

It doesn't. It uses a fork robaho/gocui where I added those methods.