package
0.0.0-20230916221114-19e0fc168096
Repository: https://github.com/webws/go-moda.git
Documentation: pkg.go.dev
# README
conf.toml
http_addr = ":8081"
grpc_addr = ":8082"
运行
go run ./ -c ./conf.toml
- http 服务 http://localhost:8081/helloworld
- grpc 服务 使用 gRPC 客户端调用 SayHello 方法
# Packages
No description provided by the author
# Variables
No description provided by the author