How to import a module from github repository in another branch
i wanna use a module from github, this module is in another branch
im trying to use fyne to create user interfaces in go and i get this error in go run
go run main.go
Fyne error: window creation error
Cause: VersionUnavailable: GLX: Failed to create context: GLXBadFBConfig
At: /home/kefd/go/pkg/mod/fyne.io/fyne/v2@v2.1.1/internal/driver/glfw/driver.go:121
i see that if i use the branch develop this problem with opengl is solved, how i can use ?