package services import ( "eta_gn/eta_report/utils" ) func CheckEncryption() (ok bool) { if utils.RunMode == "release" { ok = true } return }