init commit for ddServer

First commit with basic functionality for create a json-file from Input in the html form.
This commit is contained in:
Patryk Hegenberg 2023-11-24 20:28:31 +01:00
commit c251b553a1
3 changed files with 384 additions and 0 deletions

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module ddServer
go 1.21.4