用户接口远程调用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
172 B

3 years ago
  1. module git.tetele.net/tgo/userrpc
  2. go 1.14
  3. require (
  4. github.com/chai2010/protorpc v1.0.0 // indirect
  5. golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
  6. )