-
Hi, is possible configure to use local GIT directory for get the module ? E.g: go get example.com/my/module <--- PROXY <--- file:///repositories/module (es a git directory) |
Beta Was this translation helpful? Give feedback.
Answered by
matt0x6F
Mar 21, 2024
Replies: 1 comment
-
Are you referring to the proxy indicating that Go should pull a file from the same machine that runs If you're looking to prepopulate Athens with files, you can pre-fill disk cache. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
matt0x6F
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you referring to the proxy indicating that Go should pull a file from the same machine that runs
go get
? If so, that's whatreplace
is for.If you're looking to prepopulate Athens with files, you can pre-fill disk cache.