From 57ac312e309ddea7aab23129edc96f41c97ff85b Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Mon, 10 Jan 2022 05:52:57 -0800 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 992a769..37eeefb 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,16 @@ inspired this project. ### FAQ +#### What version of Go is required to run these examples? + +Given Go's strong [backwards compatibility guarantees](https://go.dev/doc/go1compat), +we expect the vast majority of examples to work on the latest released version of Go +as well as many older releases going back years. + +That said, some examples show off new features added in the latest release; therefore, +it's recommended to try running examples with the latest officially released Go version +(see Go's [release history](https://go.dev/doc/devel/release) for details). + #### I'm getting output in a different order from the example. Is the example wrong? Some of the examples demonstrate concurrent code which has a non-deterministic