mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-24 10:01:04 +01:00
refactor: remove NoCopy struct; move RefCounter struct to goutils and update usage; remove internal/utils entirely
This commit is contained in:
@@ -7,12 +7,9 @@ import (
|
||||
idlewatcher "github.com/yusing/godoxy/internal/idlewatcher/types"
|
||||
nettypes "github.com/yusing/godoxy/internal/net/types"
|
||||
"github.com/yusing/godoxy/internal/types"
|
||||
U "github.com/yusing/godoxy/internal/utils"
|
||||
)
|
||||
|
||||
type server struct {
|
||||
_ U.NoCopy
|
||||
|
||||
name string
|
||||
url *nettypes.URL
|
||||
weight int
|
||||
|
||||
Reference in New Issue
Block a user