# README
go_utils
version: v0.1.2
# Functions
CreateJson gets an interface{} and marshal it to JSON and returns as []byte.
GetCurrentDir gets directory of the go binary file and returns the path of it.
GetLogFile returns log file from GetCurrentDir()/Log/currentDir/TimeFormatLogFileName.gin.logif file doesn't exist creates oneit makes one log file every hour.
No description provided by the author
LogAsJson takes multiple arguments and returns them as a JSON formatted string.
Logger gets msg string and print it as JSON with a dateStamp.
Set a unique id for every request.
No description provided by the author
set and configure gin framework Logger.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
# Structs
No description provided by the author