Initial ReadMe, gitignore and LICENSE

This commit is contained in:
Andreas Schröpfer
2020-12-13 10:29:35 +01:00
parent e1dcf9b740
commit 4a428e5fc4
3 changed files with 698 additions and 0 deletions

9
ReadMe.md Normal file
View File

@@ -0,0 +1,9 @@
# gobalance
This is just a simple prototype structure for the GWÖ-Bilanz. The target of package `balance` is to store the text of the _Vollbilanz Arbeitsbuch_ inside a Go-struct.
It should be used just for internal diskussions as long there is no official release.
The package `valuation` provides the structure for a possible valuation. That package is also just for internal diskussions of the logic of a balance.
There are no methods or functions at the moment inside.