Chris McGee
Chris McGee
I'm not seeing this error on the official git 2.8.0 tag. It seems that the test case is new.
If it invokes the system patch command how would it work on Windows?
I wonder if this library could replace the use of OS installed diff/patch. https://github.com/sergi/go-diff
Base Plan 9 has the diff tool but I don't see anything that allows you to apply a diff to a file. Maybe I'm missing something obvious.
I was thinking that the whole git diff and apply system is just a convenience to standardize the way that git users can pass around patches. It's not a very...
There are a few common flag packages out there. It is unclear whether they could/should be supported. Also, the flag package allows a CLI to do some level of customization...
It's a fair point. I just thought I'd add this issue as an idea that may or may not work. I can close if it makes no sense to implement....
Thank you for the pull request. I will have a look at it. One concern I had with the ability to attach to an existing Go process was how gdb...
Godev tries to launch its own private godoc server using port 6060 as the default. It uses custom templates so that links work as expected within godev and it looks...
Ok, I understand now. Thanks for your response. Can you try running godoc manually for me to see why it fails to start? godoc -http=127.0.0.1:6060 -index=true -templates=/godoc-templates In the mean...