added pkgs

This commit is contained in:
nquidox 2026-02-23 20:46:53 +03:00
parent 1dce375512
commit de82c22e77
5 changed files with 79 additions and 0 deletions

6
pkg/utils/interface.go Normal file
View file

@ -0,0 +1,6 @@
package utils
type Utils interface {
timeUtil
cpuUtil
}