mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-19 23:41:38 +02:00
refactor: move some io, http and string utils to separate repo
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
"os"
|
||||
|
||||
"github.com/rs/zerolog/log"
|
||||
"github.com/yusing/godoxy/internal/utils/strutils"
|
||||
strutils "github.com/yusing/goutils/strings"
|
||||
)
|
||||
|
||||
func (p *Provider) Setup() (err error) {
|
||||
|
||||
Reference in New Issue
Block a user