Home / Go modules

Go Module Proxy in Iran

Go modules usually come via proxy.golang.org. Planned path: /golang.

About Go

go mod download pulls hundreds of modules via GitHub and the official proxy; international path issues stall builds.

A local proxy keeps dependencies close to clients.

Go mirror in Iran

Goal: GOPROXY pointing at Rasanegaar’s software repository.

Not live yet; the recommended value will appear here after launch.

On Rasanegaar Mirror

StatusComing soon
Size
Last update
URLhttps://mirror.rasanegaar.com/golang/

This repository will be hosted on Rasanegaar Mirror soon. The target URL is reserved.

Browse repository (not live yet)

How to use the Go mirror in Iran

This section will be completed once the mirror is live.

Manual steps

  1. Set GOPROXY to the Rasanegaar Mirror URL.
  2. Try a test download:

    go mod download

Updating Go in Iran

When proxy.golang.org is flaky from Iran, builds against a local proxy are steadier.

Do not disable the sumdb unless you have a specific reason.

Related links