Go 编码规范Gofmt使用工具统一代码风格,目前默认使用 goimports 。vscode 中配置即可
Comment Sentences注释文档应该是完整的句子, 并且要以名字作为开始,注释结束。
// Request represe
2021-03-30