sijms / go-ora

Pure go oracle client
MIT License
806 stars 175 forks source link

Need help in installing this library in a environment where the go get is not allowed. #348

Closed crbsram closed 1 year ago

crbsram commented 1 year ago

Hi Team

WE have a windows machine where golang is installed, but go get doesn't run since it is disabled in the policy.

Is there a way available to install the same in the machine other than go mod vendor option.

sijms commented 1 year ago

you can disable go mod and use GOPATH environmental variables then download the package from GitHub using any tools

crbsram commented 1 year ago

Thanks for the comments. It worked for me.