From af6459fdbcc3f392a5cbb23d7c8faa26b7e0b473 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 22 Aug 2015 13:35:05 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3484d554..4eb244daf 100644 --- a/README.md +++ b/README.md @@ -321,7 +321,7 @@ by go-fuzz are inspired by work done by Mateusz Jurczyk, Gynvael Coldwind and - [x/crypto/openpgp: ReadMessage(): Panic on invalid input in math/big.nat.div](https://github.com/golang/go/issues/11505) **fixed** - [x/tools/go/types: panics on invalid constant](https://github.com/golang/go/issues/11325) **fixed** - [x/tools/go/types: compiling hangs](https://github.com/golang/go/issues/11327) -- [x/tools/go/types: stupid shift](https://github.com/golang/go/issues/11328) +- [x/tools/go/types: stupid shift](https://github.com/golang/go/issues/11328) **fixed** - [x/tools/go/types: line number out of range](https://github.com/golang/go/issues/11329) - [x/tools/go/types: assertion failed](https://github.com/golang/go/issues/11347) **fixed** - [x/tools/go/types: converts fp constant to string](https://github.com/golang/go/issues/11353) **fixed**