github.com/TeaOSLab/EdgeNode@v1.3.8/internal/apps/main.go (about) 1 // Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . 2 3 package apps 4 5 import teaconst "github.com/TeaOSLab/EdgeNode/internal/const" 6 7 func RunMain(f func()) { 8 if teaconst.IsMain { 9 f() 10 } 11 }