refactored elektronLogging to logging

This commit is contained in:
Pradyumna Kaushik 2019-12-05 17:38:56 -05:00
parent bd8ddd1835
commit 3d201bf437
22 changed files with 32 additions and 32 deletions

View file

@ -32,8 +32,8 @@ import (
log "github.com/sirupsen/logrus"
"github.com/spdfg/elektron/constants"
elekLog "github.com/spdfg/elektron/elektronLogging"
elekLogTypes "github.com/spdfg/elektron/elektronLogging/types"
elekLog "github.com/spdfg/elektron/logging"
elekLogTypes "github.com/spdfg/elektron/logging/types"
"github.com/spdfg/elektron/pcp"
"github.com/spdfg/elektron/rapl"
"github.com/spdfg/elektron/utilities"