Closed floren closed 11 years ago
If you're maintaining your own go-gettable fork, then keeping it up-to-date should just mean doing a git pull
and re-running the sed
command. In general, the sed
command won't always be necessary, but if any of my changes alter an import path, then it will be.
So I guess this is an example pull request. I made it by making a branch without my updated import paths, then cherry-picking the change. Don't accept it, but I think this method will work. Still not sure about how to keep this branch up-to-date with yours, but I think I can figure it out, it's just a matter of having the right remotes and doing the right git pull command.