1 repository
Setting up IDEs to route module downloads through a proxy server instead of direct version control access.
Distinct from Proxy Configurations: Distinct from Proxy Configurations: focuses on IDE-specific proxy configuration for module downloads rather than general network proxy settings.
Explore 1 awesome GitHub repository matching networking & communication · IDE. Refine with filters or upvote what's useful.
goproxy is a Go module proxy server that caches and serves Go module dependencies to accelerate builds and improve reliability. It acts as an HTTP server that proxies requests to upstream sources, caching downloaded modules locally so repeated requests are served instantly without re-downloading. The project provides a mirror that stores a read-only copy of public Go modules for offline or accelerated access, and can bypass checksum database verification for private or unrecognized modules. The proxy is configured entirely through Go environment variables like GOPROXY, GONOSUMCHECK, and GONOS
Sets up GoLand to route module downloads through a proxy server instead of direct version control access.