Categorygithub.com/sirajabbas/utilsgo
modulepackage
1.0.4
Repository: https://github.com/sirajabbas/utilsgo.git
Documentation: pkg.go.dev

# README

utilsgo

Build Status

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

# Structs

No description provided by the author
No description provided by the author