create main.go

Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
Christian Richter
2022-11-30 15:29:18 +01:00
committed by mmattel
parent 9c7cdaf3aa
commit 3ccf79c6fe

6
docs/helpers/main.go Normal file
View File

@@ -0,0 +1,6 @@
package main
func main() {
RenderTemplates()
GetRogueEnvs()
}