On Tue, Jul 16, 2024 at 3:41 PM 'Robert Engels' via golang-nuts
<golang-nuts@googlegroups.com> wrote:

> The go get works, and the code is there, but it isn’t seeing my code - it 
> seems like it is using the original gocui which has since added module 
> support.
>
> cmd/client/main.go:43:7: gui.Update undefined (type *gocui.Gui has no field 
> or method Update)
....
>
> but these methods are defined in the robaho fork of gocui

Those methods are not defined:
https://pkg.go.dev/github.com/jroimartin/gocui@v0.3.0

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAA40n-W0Gef2KDJvwcePcy%2Bv-YQewj%3D84RT3eBfJRUEd48XsAQ%40mail.gmail.com.

Reply via email to