repositorypackage
0.0.0-20220127140526-97677401a40b
Repository: https://github.com/danie1lin/gokitdemo.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
Go kit developing flow by using truss
評估
- 決定 project structure
- 定義標準 error response 格式,http and Grpc
Some Issues
- In latest Go version 1.17, truss will throw error like:
Imported file not found
. Because the go package location is changed, no longer storing in$GOPATH/src
. but truss is still using that path.
- try using buf to acquire deps.
-
need to modify the api response case json:"Event,omitempty"`
-
need to modify cmd/liveevent/main.go or svc/server.go