This repo is quite old and I just found it when I had the same idea the other day, so I tried it but when I run go run buttons/main.go in examples folder, the UI doesn't update anymore when the buttons are pressed. I can see the requests being logged in the terminal, but the value doesn't update.
This was tested with go 1.25 after running go mod tidy.
Also the cluster example doesn't compile because of a typo.
This repo is quite old and I just found it when I had the same idea the other day, so I tried it but when I run
go run buttons/main.goin examples folder, the UI doesn't update anymore when the buttons are pressed. I can see the requests being logged in the terminal, but the value doesn't update.This was tested with go 1.25 after running
go mod tidy.Also the cluster example doesn't compile because of a typo.