prerequisites for the go compiler added to readme

This commit is contained in:
2021-03-01 10:28:15 +01:00
parent d310fdd2b3
commit 7768d639d1

View File

@@ -1,3 +1,7 @@
# excelConverter
Go-Tool for converting the ecogood-matrix from excel to JSON
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.