Closed
Description
Checklist
- I have searched the issue tracker for open issues that relate to the same problem, before opening a new one.
- This issue only relates to a single bug. I will open new issues for any other problems.
Describe the bug
Generally my Golang installation is working OK. I have previously used an old version of Fyne (1.x) and I don't recall any issues. I'm now trying to install fyne_settings with the command fyne get github.com/fyne-io/fyne/cmd/fyne_settings
and I can't get past the dreaded error "go: modules disabled by GO111MODULE=off" when in fact, that is not the case.
Here is the output:
fyne get github.com/fyne-io/fyne/cmd/fyne_settings
go: modules disabled by GO111MODULE=off; see 'go help modules'
exit status 1
go env | grep GO111MODULE
GO111MODULE='auto'
echo $GO111MODULE
How to reproduce
- From command prompt enter
fyne get github.com/fyne-io/fyne/cmd/fyne_settings
- Observe that it probably worsks for you.
- It doesn't for me!
Screenshots
No response
Example code
Code is not relevant to this issue
Fyne version
v2.4.4
Go compiler version
1.22.0
Operating system and version
macOS Monterey
Additional Information
Clearly, given nobody else seems to be reporting this problem, this is highly likely a 'me' problem but I'm not sure where to start.
Activity