An open API service indexing awesome lists of open source software.

https://github.com/xialeistudio/go-service-call

A demo project shows how to call other services in Go.
https://github.com/xialeistudio/go-service-call

Last synced: 3 months ago
JSON representation

A demo project shows how to call other services in Go.

Awesome Lists containing this project

README

        

# go-service-call

一个演示如何在Go语言调用RPC服务的项目。

## 通信方式

+ HTTP
+ gRPC
+ net/rpc