aboutsummaryrefslogtreecommitdiff
path: root/verify/core/warn.go
diff options
context:
space:
mode:
Diffstat (limited to 'verify/core/warn.go')
-rw-r--r--verify/core/warn.go12
1 files changed, 12 insertions, 0 deletions
diff --git a/verify/core/warn.go b/verify/core/warn.go
new file mode 100644
index 0000000..b00838f
--- /dev/null
+++ b/verify/core/warn.go
@@ -0,0 +1,12 @@
+package core
+
+import (
+ "fmt"
+
+ "github.com/axtloss/fsverify/verify/config"
+)
+
+func WarnUser() {
+ fmt.Println(config.ProcCount)
+
+}