Go can be run on a regular Mac or PC. Maybe you don’t need a tools server
for this at all.

However, in a corporate environment caching dependencies may be a good
thing. With modules this is done by running your own Go proxy. Take a look
at
https://github.com/gomods/athens
 or
https://github.com/goproxy/goproxy.

Rich <rma...@gmail.com> schrieb am Do. 16. Feb. 2023 um 17:48:

> So, I've been writing go code for my company, and many have expressed an
> interest in learning Go. So what I want to do is create a learning
> environment for them on one of our 'tools' servers. The problem is that the
> tools server doesn't have good connectivity to the internet. So using go
> mod to download packages doesn't work. Is there a place I can download the
> package, put it on the server in a shared location so that go mod can pick
> up that it's already available?
>
> Thanks,
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/64642177-5c5c-41d8-b508-66318e429276n%40googlegroups.com
> <https://groups.google.com/d/msgid/golang-nuts/64642177-5c5c-41d8-b508-66318e429276n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CALWqRZp3%2BPdqoGD4wsVeHX8GEUyA1tGPa%2BB-ffiMSM5gJRQF5A%40mail.gmail.com.

Reply via email to