sciter-sdk / go-sciter

Golang bindings of Sciter: the Embeddable HTML/CSS/script engine for modern UI development
https://sciter.com
2.57k stars 268 forks source link

cannot find package go get github.com/GeertJohan/go.rice #276

Closed jd2galaxy closed 3 years ago

jd2galaxy commented 3 years ago

I am getting the below mentioned error while trying to run get command for go rice.

PS D:\Projects\Go_Workspace\Test\src\react-go-binary> go run .\main.go main.go:8:2: cannot find package "github.com/GeertJohan/go.rice" in any of: c:\go\src\github.com\GeertJohan\go.rice (from $GOROOT) C:\Users\jdmus\go\src\github.com\GeertJohan\go.rice (from $GOPATH) PS D:\Projects\Go_Workspace\Test\src\react-go-binary> go get github.com/GeertJohan/go.rice

cd .; git clone -- https://github.com/GeertJohan/go.rice C:\Users\jdmus\go\src\github.com\GeertJohan\go.rice

Cloning into 'C:\Users\jdmus\go\src\github.com\GeertJohan\go.rice'... package github.com/GeertJohan/go.rice: exit status 128 PS D:\Projects\Go_Workspace\Test\src\react-go-binary>