[go-nuts] Fully-qualified import paths and Pull Requests

2017-05-03 Thread Nathan Kerr
http://blog.sgmansfield.com/2016/06/working-with-forks-in-go/ gives some good pointers on how to do this. -- 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

[go-nuts] Fully-qualified import paths and Pull Requests

2017-05-02 Thread st ov
How should import paths be handled with regard to pull requests? For example, I fork a project and add an internal package. Convention says I should use the fully-qualified import path in my own project. When creating a pull request this import path would need to be updated to point to the