initial commit

This commit is contained in:
ston1th 2020-06-01 12:18:20 +02:00
commit 501d579a90
35 changed files with 11357 additions and 0 deletions

5
go.mod Normal file
View file

@ -0,0 +1,5 @@
module git.giftfish.de/ston1th/pve-go
go 1.13
require gopkg.in/yaml.v2 v2.3.0