-
Notifications
You must be signed in to change notification settings - Fork 344
obsolete documentation #323
Comments
Thanks for the issue, I'd be happy to help you use this project properly.
This is however a very serious accusation that I find very hurtful since it's not corroborated by any proof. I'd be happy to get your precise analysis on what is behaving like a virus in this projet. Everything is open source therefore you shouldn't have any problem pointing to the right place. |
i'm not an expert programmer to pointing to the right place.
and this was the main.go i was running
probably this not helps you much. i was following steps from
I have tried to make it work for 2 days and in the end I gave up. I think that is not the code what is wrong. probably the documentation not enought accurate? clear? obsolete? i'm not an expert. |
No worries, that makes sense now. First off, I think you're better off copy/pasting the example to start understanding how this project works. That's why I mentioned it at the top of the README but I do agree it's not highlighted enough. Regarding There are several mistakes in your code:
Once you start using valid versions and actually do something with |
Thank you for your understanding i see now that when i removed bind.go manually step 3 ..... i tried it with the right path on my config but nothing happens. added enviroments and output to bundler.json, manually build bundler... |
You're right, this article is pretty old and it may not work with the current version of the project.
Indeed, as you're not working with a
You need to run
You can't build the Let me know how it goes |
PS C:\Ivan\proyectos\go\src\astilectron> go run main.go
astikit: starting worker...
Starting...
Provisioning...
Provisioning Astilectron...
Removing directory C:\Users\INFORM2\AppData\Roaming\dsfgsdf\vendor\astilectron
Downloading https://github.com/asticode/astilectron/archive/v<version of Astilectron to utilize such as
0.33.0
>.zip into C:\Users\INFORM2\AppData\Roaming\dsfgsdf\vendor\astilectron-v<version of Astilectron to utilize such as0.33.0
>.zipRemoving C:\Users\INFORM2\AppData\Roaming\dsfgsdf\vendor\astilectron-v<version of Astilectron to utilize such as
0.33.0
>.zip...astikit: worker is now waiting...
fatal error: all goroutines are asleep - deadlock!
sadly, this works more like a virus removing, installing god-knows where and why....
my $path is ok.
imposible to start the examples. basic guide don't works.
follow https://medium.com/@asticode/how-to-add-a-gui-to-your-golang-app-in-5-easy-steps-c25c99d4d8e0 and more of the same.
probably obsolete to old Go versions or before go.mod exist
The text was updated successfully, but these errors were encountered: