Open BenRacicot opened 3 years ago
The second line you pasted is weird :
https:/github.com/asticode/go-astilectron-bundler.git
It should be https://github.com/asticode/go-astilectron-bundler.git
.
My guess is you should run go get -u github.com/asticode/go-astilectron-bundler
instead of go get -u https://github.com/asticode/go-astilectron-bundler.git
.
Just trying to install and build but getting an
invalid char ':'
error.Looks like there's a bad path within a module but not sure.