asticode / go-astilectron-bundler

Bundle your Astilectron app with ease

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install and invalid char :

BenRacicot opened this issue · comments

Just trying to install and build but getting an invalid char ':' error.

go get -u https://github.com/asticode/go-astilectron-bundler.git
go get https:/github.com/asticode/go-astilectron-bundler.git: malformed module path "https:/github.com/asticode/go-astilectron-bundler.git": invalid char ':'

Looks like there's a bad path within a module but not sure.

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.