From d382ab19b15e1b583b45985d3bc85a9c382e4290 Mon Sep 17 00:00:00 2001 From: Derek Parker Date: Sat, 13 Sep 2014 12:39:48 -0500 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80811933..2e0ef4ab 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ DBG is a Go debugger, written primarily in Go. It really needs a new name. ### Building -Currently, DBG requires the following [patch](https://codereview.appspot.com/117280043/) to be applied to your Go source to build. +Currently, DBG requires the following [patch](https://codereview.appspot.com/117280043/), however this change is vendored until Go 1.4 lands. ### Features -- GitLab