Initial commit

This commit is contained in:
2020-12-23 07:44:40 +01:00
commit 8389e0b5c6
3 changed files with 21 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -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/

1
LICENSE Normal file
View File

@@ -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 .)

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# goodcalc
Prototype for calculating the ecogood balance points.