commit 1d17b8643b47e5d4215bc4a47e90c803d3087a72 Author: Andreas Schröpfer Date: Thu Feb 25 17:25:41 2021 +0100 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f4d432a --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# ---> Go +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Dependency directories (remove the comment below to include it) +# vendor/ + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..1a8c3bd --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +In addition to the permissions in the GNU Library General Public License, the Free Software Foundation gives you unlimited permission to link the compiled version of this file into combinations with other programs, and to distribute those programs without any restriction coming from the use of this file. (The General Public License restrictions do apply in other respects; for example, they cover modification of the file, and distribution when not linked into another program .) diff --git a/README.md b/README.md new file mode 100644 index 0000000..7e487a5 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# excelConverter + +Go-Tool for converting the ecogood-matrix from excel to JSON \ No newline at end of file