Files
indra/pkg/storage/log.go
2023-06-07 19:37:23 +01:00

11 lines
131 B
Go

package storage
import (
log2 "github.com/indra-labs/indra/pkg/proc/log"
)
var (
log = log2.GetLogger()
check = log.E.Chk
)