> Note, that this is essentially one of the workflows suggested here (which I > would consider the canonical documentation for the "eng org wants to onboard > Go" case): > https://golang.org/ref/mod#private-modules
I have realised a goproxy may be needed rather than a http server as I expect a domain with https, will be required for security despite being LOCALLY secure. (reminds me of web filesystem apis and PWAs) Can you run a GO proxy on http without TLS, such as tunnelled through SSH? > though, FTR, that internal module hosting solution can be as simple as an NFS share. How would something like this work. Do I mount an sftp folder into my projects 'main' despite the library being project 'library'. Would I rename the 'library' package as 'main' also and use it like an 'extension' to packages with main()? Thanks, Kc -- 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/0567ec9c-92f7-d611-b687-aed141958480%40gmail.com.