Replies: 1 comment
-
Run "go mod tidy" to make go download the dependencies for VSCode, it looks like you have two different environments possibly. Secondly on windows the first build can take around 5 minutes! So get a cup of tea and see if it's finished. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I recently started learning Go and Fyne and wanted to try to get the demo working. I used TDM to install GCC and I believe all the environment variables are properly set to the best of my knowledge, and the setup tool agrees. I'm not sure if it matters, but when I installed Go, it installed to C:\Program Files\Go and created the two environment variables listed below (even though no folder for C:\Users\don\go was created, so I went ahead and made it. It looks like the fyne.exe is located in C:\Users\don\go\bin. Not sure if that is correct or not.
I am using these two pages to try to get up and running:
https://developer.fyne.io/started/
https://developer.fyne.io/started/hello
I have also watched this video:
https://www.youtube.com/watch?v=S3T9l9QUa9I
Neither have led to a working Fyne project. Running or installing the demo does not work either. Also, I have run "go mod tidy".
Here are two pastes of the main.go and go.mod errors:
https://pastebin.com/mtCuVBiN
https://pastebin.com/KHsWGtZQ
Terminal hangs indefinitely when trying to run.
Beta Was this translation helpful? Give feedback.
All reactions