thehowl / claws

Awesome WebSocket CLient - an interactive command line client for testing websocket servers
MIT License
298 stars 18 forks source link

Fix: gocui.Gui has no field or method Execute #9

Closed sl1pm4t closed 7 years ago

sl1pm4t commented 7 years ago

gocui renamed Execute to Update which broke claws:

main.go:23: g.Execute undefined (type *gocui.Gui has no field or method Execute)

https://github.com/jroimartin/gocui/commit/6564cfcacb01db61e3a4e983405a598db3e91982#diff-55fd5f4372d25ad4c5728e1929d81bc4

thehowl commented 7 years ago

Awesome! Thank you!

sl1pm4t commented 7 years ago

No worries