From 40522be6ba2992aa0ef148d2f8bc50223dc8b672 Mon Sep 17 00:00:00 2001 From: xjh22222228 Date: Sat, 2 Jan 2021 18:47:55 +0800 Subject: [PATCH] update data --- README.md | 3 ++- data/go/reference.ts | 20 ++++++-------------- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 71daf79..80412b1 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@

内置收录多达 800+ 优质网站, 助您工作、学习和生活

- Stars Badge + Stars + Angular diff --git a/data/go/reference.ts b/data/go/reference.ts index df89467..d4ea461 100644 --- a/data/go/reference.ts +++ b/data/go/reference.ts @@ -1,69 +1,65 @@ export default { title: '参考资料', + icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4', nav: [ { title: '书籍', nav: [ { - icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4', name: 'Go 入门指南', desc: '《The Way to Go》中文译本,中文正式名《Go 入门指南》', url: 'https://github.com/unknwon/the-way-to-go_ZH_CN/blob/master/eBook/directory.md', }, { - icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4', name: 'Go语言圣经', desc: 'Go语言圣经 《The Go Programming Language》 中文版本', url: 'https://yar999.gitbook.io/gopl-zh/', }, { - icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4', name: 'Go WEB 编程', desc: 'Golang电子书介绍如何使用Golang建立网络', url: 'https://github.com/astaxie/build-web-application-with-golang/blob/master/zh/preface.md', }, { - icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4', name: 'Go简易教程', desc: '《The Little Go Book》中文译本,中文正式名《Go简易教程》', url: 'https://github.com/songleo/the-little-go-book_ZH_CN', }, { - icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4', name: 'Go by Example 中文版', desc: 'Go by Example 是对 Go 基于实践的介绍,包含一系列带有注释说明的示例程序。', url: 'https://gobyexample-cn.github.io/', }, { - icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4', name: 'Go语言之旅', desc: '本指南涵盖了该语言的大部分重要特性,主要包括:基础、方法和接口、并发等', url: 'https://tour.go-zh.org/welcome/1', }, { - icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4', name: 'Go语言101', desc: '一本着墨于Go语法语义以及运行时相关知识点的编程指导书(Go 1.15就绪)。 此书旨在尽可能地帮助Go程序员更深更全面地理解Go语言', url: 'https://gfw.go101.org/article/101.html', }, { - icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4', name: 'Go语言高级编程', desc: '本书涵盖CGO、Go汇编语言、RPC实现、Web框架实现、分布式系统等高阶主题,针对Go语言有一定经验想深入了解Go语言各种高级用法的开发人员(不推荐新手)', url: 'https://chai2010.cn/advanced-go-programming-book/', }, { - icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4', name: 'Mastering GO', desc: '《Mastering GO》中文译本,《玩转 GO》。', url: 'https://github.com/hantmac/Mastering_Go_ZH_CN', }, { - icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4', name: 'Mastering GO2', desc: 'Mastering Go 第二版中文版来袭!', url: 'https://github.com/hantmac/Mastering_Go_Second_Edition_Zh_CN', }, + { + name: 'Go 语言原本', + desc: 'Go 语言原本', + url: 'https://golang.design/under-the-hood/', + }, ] }, { @@ -75,7 +71,6 @@ export default { url: 'https://github.com/inancgumus/learngo', }, { - icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4', name: '100天从新手到大师', desc: 'Golang - 100天从新手到大师', url: 'https://www.qfgolang.com/', @@ -86,13 +81,11 @@ export default { ] }, { - icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4', name: 'project-layout', desc: 'Go标准布局结构,项目架构结构参考。', url: '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 语言编码规范', url: 'https://github.com/xxjwxc/uber_go_guide_cn', @@ -102,7 +95,6 @@ export default { ] }, { - icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4', name: 'Gin实战', desc: 'WEB 框架Gin实战', url: 'https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzI3MjU4Njk3Ng==&action=getalbum&album_id=1362784031968149504&scene=173#wechat_redirect', -- GitLab