create main.go

Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
Christian Richter
2022-12-13 12:18:09 +01:00
committed by mmattel
parent 9c7cdaf3aa
commit 3ccf79c6fe
+6
View File
@@ -0,0 +1,6 @@
package main
func main() {
RenderTemplates()
GetRogueEnvs()
}