updated module to spdfg. Refactored imports
This commit is contained in:
parent
32738f3afc
commit
80c9d5b29c
49 changed files with 112 additions and 112 deletions
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2018 spdf
|
||||
// Copyright (C) 2018 spdfg
|
||||
//
|
||||
// This file is part of Elektron.
|
||||
//
|
||||
|
@ -25,7 +25,7 @@ import (
|
|||
"syscall"
|
||||
"time"
|
||||
|
||||
elekLogDef "github.com/spdf/elektron/logging/def"
|
||||
elekLogDef "github.com/spdfg/elektron/logging/def"
|
||||
)
|
||||
|
||||
func Start(quit chan struct{}, logging *bool, logMType chan elekLogDef.LogMessageType,
|
||||
|
|
Reference in a new issue