commit 8389e0b5c60b25a512afe1b88fb61d9ada388e53 Author: Andreas Schröpfer Date: Wed Dec 23 07:44:40 2020 +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..57aeb9b --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# goodcalc + +Prototype for calculating the ecogood balance points. \ No newline at end of file