Weird, even after I added the tag, using @latest did not pull the latest code, I needed to specify the tag specifically @v0.3.1
> On Jul 16, 2024, at 8:48 AM, Robert Engels <rob...@me.com> wrote: > > Thanks. Yea, because it needs a later tag now. I guess it never compiled > after I changed go-trader to use modules. > >> On Jul 16, 2024, at 8:47 AM, Jan Mercl <0xj...@gmail.com> wrote: >> >> 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/A9055C11-FC9D-4445-8872-19492770ECC2%40me.com.