qor / qor-example

An example application showcasing the QOR SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is run after compile not possible ?

MohitKS5 opened this issue · comments

if *compileTemplate {

Here in the code it says either compile or serve. Was this done by choice or run after compile isn't possible at all ?

Ok I found the defer os.Exit(0) line in compile function. Why would anyone call os.Exit() ever in a program ??