mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-21 01:58:38 -05:00
b88ea444fb
Signed-off-by: Christian Richter <crichter@owncloud.com>
8 lines
93 B
Go
8 lines
93 B
Go
package main
|
|
|
|
func main() {
|
|
RenderTemplates()
|
|
GetRogueEnvs()
|
|
RenderGlobalVarsTemplate()
|
|
}
|