Skip to content

Kxrr/klog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Klog

A simple logger wraps go-logging.

Usage

package main

import (
	log "github.com/kxrr/klog"
)

func main() {
	log.Printf("hello, world")
}

About

A simple logger wraps go-logging.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages