Skip to content

mohammadanang/golog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Colored Log

forthebadge forthebadge forthebadge

Print message in terminal with colored text/message.

How to install

go get github.com/mohammadanang/golog

How to use

without alias

...

import "github.com/mohammadanang/golog"

func main() {
  golog.Success("Get success log")
}

...

using alias

...

import logger "github.com/mohammadanang/golog"

func main() {
  logger.Success("Get success log")
}

...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages