Installation
Add Logy to a Go module.
Install Logy with go get.
go get go.codnect.io/logyImport it from application code:
import "go.codnect.io/logy"Verify the module:
go list -m go.codnect.io/logyGitHub source
The source repository is available at github.com/codnect/logy.
