提交 40522be6 编写于 作者: X xjh22222228

update data

上级 84cdc84e
......@@ -9,7 +9,8 @@
<p align="center">内置收录多达 800+ 优质网站, 助您工作、学习和生活</p>
<p align="center">
<img src="https://img.shields.io/github/v/release/xjh22222228/nav" />
<a href="https://github.com/xjh22222228/nav/stargazers"><img src="https://img.shields.io/github/stars/xjh22222228/nav" alt="Stars Badge"/></a>
<a href="https://github.com/xjh22222228/nav/stargazers"><img src="https://img.shields.io/github/stars/xjh22222228/nav" alt="Stars"/></a>
<img alt="Angular" src="https://img.shields.io/static/v1.svg?label=&message=Angular&style=flat-square&color=C82B38">
<img src="https://img.shields.io/github/license/xjh22222228/nav" />
<a href="https://hits.dwyl.com/xjh22222228/nav">
<img src="https://hits.dwyl.com/xjh22222228/nav.svg" />
......
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',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册