Categorygithub.com/navono/go-logger
repositorypackage
0.0.0-20190816044720-616d07d8284e
Repository: https://github.com/navono/go-logger.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

go-logger

Logger interface so that your application code does not depend on the implementation. Make sure to turn the go moudles on if you are inside the $GOPATH. Type the below in your terminal and press enter:

export GO111MODULE=on;

and for use:

go get github.com/navono/go-logger

base code initially from amitrai48.