>
> I think you could go down the Athens path if you wanted to, but I don't
> think you need to do so.
>
See
also https://groups.google.com/forum/#!msg/golang-dev/mNedL5rYLCs/OGjRDTmWBgAJ
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To un
On Friday, August 17, 2018 at 1:04:20 AM UTC+2, thepud...@gmail.com wrote:
>
> I suspect the 'replace' directive I described in my earlier post in this
> thread might be sufficient for what you describe, because it lets you map
> from an import path like "example.com/me/foo" to something on your
"There is no VCS, only a tree in my own file system."
Hi Ignazio,
I think you could go down the Athens path if you wanted to, but I don't
think you need to do so.
I suspect the 'replace' directive I described in my earlier post in this
thread might be sufficient for what you describe, becau
On Thursday, August 16, 2018 at 8:20:10 PM UTC+2, thepud...@gmail.com wrote:
>
> Could you say a few more words about your use case?
>
Thank you. Looking at design docs, I think Athens can do what I'm looking
for, but maybe it is a little "too much", and either docs are incomplete or
I'm unable
Hi Ignazio,
Athens is one option, but there are also possible options depending on what
you are trying to accomplish.
Could you say a few more words about your use case?
If you are doing something simple, like experimenting with creating a hello
world module in something like /tmp/hello, then
I think Project Athens is what you want? https://github.com/gomods/athens
On Thursday, August 16, 2018 at 12:12:11 PM UTC-4, Ignazio Di Napoli wrote:
>
> I'd like to experiment with modules, in a local directory. I know I can do
> it setting GOPROXY to a file:/// url.
> But what about looking fo