Remove logger and replace it with a library
This commit is contained in:
@@ -1,16 +1,15 @@
|
||||
package processor
|
||||
|
||||
import (
|
||||
"cook/utils"
|
||||
"fmt"
|
||||
"regexp"
|
||||
"strconv"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
logger "git.site.quack-lab.dev/dave/cylogger"
|
||||
lua "github.com/yuin/gopher-lua"
|
||||
|
||||
"cook/logger"
|
||||
"cook/utils"
|
||||
)
|
||||
|
||||
type CaptureGroup struct {
|
||||
|
||||
Reference in New Issue
Block a user