# README
utilsgo
utilsgo is a general purpose utility package for golang projects
- Import the package
- Use the package functions
- Save time
Features!
- zap logger
- success failure printing functions
- pretty print (print struct in json format on console)
- generate UUID
- Extract seconds from time string
- File/Folder operations(Create/Delete)
Quickstart
utilsgo.Bootstrap("info.log","err.log")
Funtions
//generate UUID
uuid:=utilsgo.UUID()
//printint success
utilsgo.PrintSuccess("This is success")
License
MIT
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
this method generate unique UUID.
# Variables
No description provided by the author