Hello, 

I'm playing around with go module and stumble upon an interesting use-case.

# use-case number 1
Let say for example: 

* I'm a maintainer of a library `github.com/my/a`. with version v0.1.0 
* I also have an app (with main.go) on 'github.com/my/b' which uses the 'a' 
library.

both have go.mod setup properly.

Now the thing is while adding a new feature in ', locally, I want to add 
new functionality in lib 'a' without publishing or tagging it yet.

In the current setup, I'm working outside of GOPATH. I see that lib 'a' 
ends up in `/Users/my/go/pkg/mod/github.com/my/a`

What is the recommended workflow to easily develop new functionality for 
lib 'a'?


Kind regards, 
Ahmy

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to