- create the branch to develop code
- Before merge the branch to master, please make sure:
- the
go fmt
pass; - the
go run
running; - the
go mod tidy
updated;
- the
- For develop stage, no code review needed. merge the code by developer, keep the code running is first.