Categorygithub.com/darabuchi/log
repositorypackage
0.0.0-20230323042819-e71eb8ef731c
Repository: https://github.com/darabuchi/log.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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