From 26d695265d0fd40ecbc76db74fefb6294c7b0379 Mon Sep 17 00:00:00 2001 From: Gary Kim Date: Fri, 12 Jul 2019 09:58:55 +0800 Subject: [PATCH] Update README.md to reflect gccgo-9 compatability --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce069823..8796e2bc 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ make install make run ``` -**Note:** WTF is _only_ compatible with Go versions **1.11.0** or later (due to the use of Go modules). It currently _does not_ compile with `gccgo`. +**Note:** WTF is _only_ compatible with Go versions **1.11.0** or later (due to the use of Go modules). If you would like to use `gccgo` to compile, you _must_ use `gccgo-9` or later which introduces support for Go modules. ## Communication