Golang HTTP framework for building microservices with middleware support.
Golang HTTP framework for microservices
hz$ hz new -module github.com/example/myservice$ hz client -idl ./api.thrift$ hz build$ hz server -idl ./service.proto$ hz generate