Skip to content

jaisanas/go-print

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-print

Getting Started

  1. get the library

    go get -u github.com/jaisanas/go-print
  2. Usage Example

    package main
    
    import logger "github.com/jaisanas/go-print"
    
    func main()  {
        logger.LogInfo("test 1")
        logger.LogWarn("test 2")
        logger.LogError("test 3")
    }
  3. Example output to the terminal Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages