Skip to content

darabuchi/log

Repository files navigation

log

logging in go

Installation

go get -u github.com/darabuchi/log

Quick Start

log.Info("msg")
log.Infof("msg:%s", "this is msg")

image

Releases

No releases published

Packages

No packages published

Languages