Skip to content

joaobaiense/logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

go get -u github.com/fatih/color
go get -u github.com/joaobaiense/logger

Example go file

package main 
import (
    log "github.com/joaobaiense/logger"
)
func main(){
    log.Init(os.Stdout)
    log.Info("Hey, this is in color")
}

About

Go logger with color

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages