diff options
author | axtloss <axtlos@getcryst.al> | 2024-02-29 10:13:51 +0100 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2024-02-29 10:13:51 +0100 |
commit | aa93cbb2393b538a22dea0b29b56fa8f2cb3c18c (patch) | |
tree | 139bd630ab9f291a1992c6ac261b6630ba4c7e33 /verify/core/warn.go | |
parent | ae1c1346c1cd9abece03f02faab6546e1a08155d (diff) | |
download | fsverify-aa93cbb2393b538a22dea0b29b56fa8f2cb3c18c.tar.gz fsverify-aa93cbb2393b538a22dea0b29b56fa8f2cb3c18c.tar.bz2 |
Rename fsverify go module
Diffstat (limited to 'verify/core/warn.go')
-rw-r--r-- | verify/core/warn.go | 12 |
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) + +} |