build constraints exclude all Go files with Fyne
Archiviert 2 years ago
N
[ Nathan ]
Verified
I'm trying to make my first application with fyne in go but as soon as I try to run the code I get the same error every time, I've tried everything:
```"go get -u github.com/go-gl/gl/v3.2-core/gl", "go mod tidy", "go clean -modcache", "go get -u"```
and still the same bug appears every time, here it is:
```package fyne.io/fyne/v2/cmd/fyne_demo
imports fyne.io/fyne/v2/app
imports fyne.io/fyne/v2/internal/driver/glfw
imports fyne.io/fyne/v2/internal/driver/common
imports fyne.io/fyne/v2/internal/painter/gl
imports github.com/go-gl/gl/v3.2-core/gl: build constraints exclude all Go files in C:\Users\natha\go\pkg\mod\github.com/go-gl\gl@v0.0.0-20211210172815-726fda9656d6\v3.2-core\gl"```
