Skip to content

alex-user-go/gopack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Athens pre-filling

This example shows how to download a list of go modules to pre-fill Athens disk storage (in case it is run completely cut off from the internet)

Getting started

Download Docker Desktop for Mac or Windows. Docker Compose will be automatically installed. On Linux, make sure you have the latest version of Compose.

Usage

Fork the current GitHub project and clone it to your local machine.

Go to /list folder and fill goget.sh with a list of modules you need to download, for example:

#!/bin/bash
go get github.com/my/module1;
go get github.com/my/module2;

Run:

docker-compose up --abort-on-container-exit

After downloading copy ATHENS_STORAGE folder to you Athens directory storage.

About

Download go modules to use them offline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published