From 7768d639d1605f7cbcf1c456c93dc64dc1ac3753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Schr=C3=B6pfer?= Date: Mon, 1 Mar 2021 10:28:15 +0100 Subject: [PATCH] prerequisites for the go compiler added to readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e487a5..962fcb9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # excelConverter -Go-Tool for converting the ecogood-matrix from excel to JSON \ No newline at end of file +Go-Tool for converting the ecogood-matrix from excel to JSON + +# Important + +For compiling Go version 1.16 is needed! The packages are using the embed package, which is added with 1.16 to the standardlib. \ No newline at end of file