Skip to content

Go project helper utility for logger, config etc.

Notifications You must be signed in to change notification settings

santoshanand/helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helper Utility for Go Projects

This package contains logger and config modules

to use this package first need to initialize the helper module using

make sure keep config.yml file at root of your project.

  helper.Initialize()

Use some helper functions as follows

  helper.Log("Welcome to logger")
  helper.Logf("Welcome to logger with number %d", 1)

About

Go project helper utility for logger, config etc.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages