package core import ( "fmt" "github.com/axtloss/fsverify/verify/config" ) func WarnUser() { fmt.Println(config.ProcCount) }