From 8389e0b5c60b25a512afe1b88fb61d9ada388e53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Schr=C3=B6pfer?= Date: Wed, 23 Dec 2020 07:44:40 +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..57aeb9b --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# goodcalc + +Prototype for calculating the ecogood balance points. \ No newline at end of file