Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 211 Bytes

File metadata and controls

22 lines (14 loc) · 211 Bytes

Service

本篇演示如何使用Service。

内容

  • main.go - 服务端
  • client.go - 客户端

运行

运行服务端

go run server.go

运行客户端

go run client.go