mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-10 10:53:36 +02:00
refactor: move some io, http and string utils to separate repo
This commit is contained in:
@@ -3,7 +3,7 @@ package utils
|
||||
import (
|
||||
"reflect"
|
||||
|
||||
"github.com/yusing/godoxy/internal/utils/strutils"
|
||||
strutils "github.com/yusing/goutils/strings"
|
||||
)
|
||||
|
||||
func NearestField(input string, s any) string {
|
||||
|
||||
Reference in New Issue
Block a user