From c9d2fe7393195371c6a3a85424cd2efae695e35f Mon Sep 17 00:00:00 2001 From: xjh22222228 Date: Sat, 10 Oct 2020 07:09:28 +0800 Subject: [PATCH] Update Data --- data/go/reference.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data/go/reference.ts b/data/go/reference.ts index 71b8a35..9ca0222 100644 --- a/data/go/reference.ts +++ b/data/go/reference.ts @@ -63,6 +63,16 @@ export default { desc: 'Go标准布局结构,项目架构结构参考。', link: 'https://github.com/golang-standards/project-layout/blob/master/README_zh.md', }, + { + icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4', + name: '编码规范', + desc: 'Uber Go 语言编码规范', + link: 'https://github.com/xxjwxc/uber_go_guide_cn', + language: [ + 'https://github.com/uber-go/guide/blob/master/style.md', + 'https://github.com/xxjwxc/uber_go_guide_cn' + ] + }, { icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4', name: 'Gin实战', -- GitLab