Skip to content

Instantly share code, notes, and snippets.

@gmolveau
gmolveau / golang_offline.md
Last active May 26, 2025 07:46
golang mod offline dependencies download

golang offline module dependencies download

Using go mod vendor

0 - With an existing module

  • copy go.mod and go.sum files from the offline PC to the internet PC

0bis - New module