created: utils package
This commit is contained in:
parent
f4c4065812
commit
5ffb6dde46
4 changed files with 52 additions and 0 deletions
7
pkg/utils/handler.go
Normal file
7
pkg/utils/handler.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package utils
|
||||
|
||||
type Utils struct{}
|
||||
|
||||
func NewUtils() *Utils {
|
||||
return &Utils{}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue