Update README with Wait() fix link

This commit is contained in:
Derek Parker 2014-08-27 09:08:17 -05:00
parent d4df4f2ebe
commit 6596893db6

@ -9,7 +9,7 @@ DBG is a Go debugger, written primarily in Go. It really needs a new name.
Currently, DBG requires 2 patches to be applied to Go source to build. Currently, DBG requires 2 patches to be applied to Go source to build.
1. [Dwarf Fix](https://codereview.appspot.com/117280043/) 1. [Dwarf Fix](https://codereview.appspot.com/117280043/)
2. Process.Wait() fix. 2. [Process.Wait() fix](https://codereview.appspot.com/132220044).
### Features ### Features