I have become totally confused about using local modules. Please help -- 
I'll try to keep this short:
I have a package (dfs) and a main package. I tried laying things out an 
using _ for local packages from your excellent post on github, but I still 
cannot get things to build correctly.
I got the impression that there should only be 1 go.mod at the top level of 
a local project (please assume I don't have net access) with 2 
sub-directories under it: one with the package dfs, the other with the main 
package that needs to include dfs.
Should I provide more info? A tree listing and error messages?

On Wednesday, March 11, 2020 at 7:59:24 PM UTC-4, Bryan C. Mills wrote:
>
> The protocol described in 
> https://golang.org/cmd/go/#hdr-Remote_import_paths allows you to serve 
> any repo URL for any import path that begins with your server's domain name.
>
> You can use basic auth with such a server via credentials stored in a 
> .netrc file, which also works with git.
>

-- 
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/a36d020a-4a95-4510-ad3f-1029802669bf%40googlegroups.com.

Reply via email to