BurntSushi / wingo

A fully-featured window manager written in Go.
Do What The F*ck You Want To Public License
1k stars 90 forks source link

TEST PLEASE REMOVE #67

Closed floren closed 11 years ago

floren commented 11 years ago

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.

BurntSushi commented 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.