Logur integration for InVision go-logger interface
go get logur.dev/integration/invision
package main
import (
"logur.dev/logur"
invisionintegration "logur.dev/integration/invision"
)
func main() {
logger := invisionintegration.New(logur.NewNoopLogger())
}
When all coding and testing is done, please run the test suite:
$ make check
The MIT License (MIT). Please see License File for more information.