From 1d17b8643b47e5d4215bc4a47e90c803d3087a72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Schr=C3=B6pfer?= Date: Thu, 25 Feb 2021 17:25:41 +0100 Subject: [PATCH] Initial commit --- .gitignore | 17 +++++++++++++++++ LICENSE | 1 + README.md | 3 +++ 3 files changed, 21 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README.md 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