From ff84cd3a5195b3465e922399740347a6f4f2f577 Mon Sep 17 00:00:00 2001 From: Yusuke Inuzuka Date: Fri, 13 Mar 2020 02:07:59 +0900 Subject: [PATCH] Add caution with Go 1.14 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b0923c9..a1dee36 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ goldmark goldmark is compliant with CommonMark 0.29. +Caution: Go 1.14 has a [critical bug](https://github.com/golang/go/issues/37741). It is recommended that you stay with Go 1.13 until the bug is fixed. +------------------------------------------ + Motivation ---------------------- I needed a Markdown parser for Go that satisfies the following requirements: