Skip to content

Commit

Permalink
改进action调用方式和性能,集成reflectx并重构
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyofx committed Jul 31, 2020
1 parent 8f45164 commit 75603d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ require (
github.com/stretchr/testify v1.6.1
github.com/ugorji/go/codec v1.1.7
github.com/valyala/fasthttp v1.14.0
github.com/yoyofxteam/reflectx v0.0.0-00010101000000-000000000000
github.com/yoyofxteam/reflectx v0.2.3
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
gopkg.in/yaml.v2 v2.3.0
)

replace github.com/yoyofxteam/reflectx => ../yoyo-reflect
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ github.com/valyala/fasthttp v1.14.0 h1:67bfuW9azCMwW/Jlq/C+VeihNpAuJMWkYPBig1gdi
github.com/valyala/fasthttp v1.14.0/go.mod h1:ol1PCaL0dX20wC0htZ7sYCsvCYmrouYra0zHzaclZhE=
github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a/go.mod h1:v3UYOV9WzVtRmSR+PDvWpU/qWl4Wa5LApYYX4ZtKbio=
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=
github.com/yoyofxteam/reflectx v0.2.3 h1:v/pZFYxW3fA+ZaqG3Kvw4sFPeMYVzLJdjIG2wbeTFJE=
github.com/yoyofxteam/reflectx v0.2.3/go.mod h1:b7rNVLUDcCjk5emUbqMfyF4vj1QT3vyS7e7FNwgnTmA=
go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=
go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8=
Expand Down

0 comments on commit 75603d3

Please sign in to comment.