Skip to content

logur/integration-template

Repository files navigation

Logur integration for TEMPLATE

GitHub Workflow Status Codecov Go Report Card Go Version go.dev reference

Installation

go get logur.dev/integration/template

Usage

package main

import (
	"logur.dev/logur"
	templateintegration "logur.dev/integration/template"
)

func main() {
	logger := templateintegration.New(logur.NewNoopLogger())
}

Development

When all coding and testing is done, please run the test suite:

$ make check

License

The MIT License (MIT). Please see License File for more information.