Skip to content

Commit

Permalink
feat(传输器): CanNotCopy -> Pointerized
Browse files Browse the repository at this point in the history
  • Loading branch information
storezhang committed Sep 1, 2024
1 parent efdc52f commit 98eeb46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require (
github.com/gabriel-vasile/mimetype v1.4.5
github.com/go-resty/resty/v2 v2.14.0
github.com/goexl/exception v0.0.1
github.com/goexl/gox v0.5.2
github.com/goexl/gox v0.6.4
github.com/goexl/log v0.0.7
)

require golang.org/x/net v0.27.0 // indirect
require golang.org/x/net v0.28.0 // indirect
2 changes: 1 addition & 1 deletion internal/core/transfer.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
// Transfer 传输器
type Transfer struct {
params *param.Hud
_ gox.CannotCopy
_ gox.Pointerized
}

func NewTransfer(params *param.Hud) *Transfer {
Expand Down

0 comments on commit 98eeb46

Please sign in to comment.