├── .gitignore
├── Go知识图谱.png
├── LICENSE
├── README.md
├── docs
├── .vuepress
│ └── config.js
├── README.md
└── d
│ ├── company.md
│ ├── ecology.md
│ ├── goblog.md
│ ├── goproject.md
│ ├── gotool.md
│ ├── newbee.md
│ ├── readme.md
│ └── senior.md
├── package-lock.json
├── package.json
└── yarn.lock
/.gitignore:
--------------------------------------------------------------------------------
1 | .idea
2 | node_modules
3 |
--------------------------------------------------------------------------------
/Go知识图谱.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gocn/knowledge/c41d10de84bc467ee6d6f6396a860f31b0a3fe52/Go知识图谱.png
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | Apache License
2 | Version 2.0, January 2004
3 | http://www.apache.org/licenses/
4 |
5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6 |
7 | 1. Definitions.
8 |
9 | "License" shall mean the terms and conditions for use, reproduction,
10 | and distribution as defined by Sections 1 through 9 of this document.
11 |
12 | "Licensor" shall mean the copyright owner or entity authorized by
13 | the copyright owner that is granting the License.
14 |
15 | "Legal Entity" shall mean the union of the acting entity and all
16 | other entities that control, are controlled by, or are under common
17 | control with that entity. For the purposes of this definition,
18 | "control" means (i) the power, direct or indirect, to cause the
19 | direction or management of such entity, whether by contract or
20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the
21 | outstanding shares, or (iii) beneficial ownership of such entity.
22 |
23 | "You" (or "Your") shall mean an individual or Legal Entity
24 | exercising permissions granted by this License.
25 |
26 | "Source" form shall mean the preferred form for making modifications,
27 | including but not limited to software source code, documentation
28 | source, and configuration files.
29 |
30 | "Object" form shall mean any form resulting from mechanical
31 | transformation or translation of a Source form, including but
32 | not limited to compiled object code, generated documentation,
33 | and conversions to other media types.
34 |
35 | "Work" shall mean the work of authorship, whether in Source or
36 | Object form, made available under the License, as indicated by a
37 | copyright notice that is included in or attached to the work
38 | (an example is provided in the Appendix below).
39 |
40 | "Derivative Works" shall mean any work, whether in Source or Object
41 | form, that is based on (or derived from) the Work and for which the
42 | editorial revisions, annotations, elaborations, or other modifications
43 | represent, as a whole, an original work of authorship. For the purposes
44 | of this License, Derivative Works shall not include works that remain
45 | separable from, or merely link (or bind by name) to the interfaces of,
46 | the Work and Derivative Works thereof.
47 |
48 | "Contribution" shall mean any work of authorship, including
49 | the original version of the Work and any modifications or additions
50 | to that Work or Derivative Works thereof, that is intentionally
51 | submitted to Licensor for inclusion in the Work by the copyright owner
52 | or by an individual or Legal Entity authorized to submit on behalf of
53 | the copyright owner. For the purposes of this definition, "submitted"
54 | means any form of electronic, verbal, or written communication sent
55 | to the Licensor or its representatives, including but not limited to
56 | communication on electronic mailing lists, source code control systems,
57 | and issue tracking systems that are managed by, or on behalf of, the
58 | Licensor for the purpose of discussing and improving the Work, but
59 | excluding communication that is conspicuously marked or otherwise
60 | designated in writing by the copyright owner as "Not a Contribution."
61 |
62 | "Contributor" shall mean Licensor and any individual or Legal Entity
63 | on behalf of whom a Contribution has been received by Licensor and
64 | subsequently incorporated within the Work.
65 |
66 | 2. Grant of Copyright License. Subject to the terms and conditions of
67 | this License, each Contributor hereby grants to You a perpetual,
68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69 | copyright license to reproduce, prepare Derivative Works of,
70 | publicly display, publicly perform, sublicense, and distribute the
71 | Work and such Derivative Works in Source or Object form.
72 |
73 | 3. Grant of Patent License. Subject to the terms and conditions of
74 | this License, each Contributor hereby grants to You a perpetual,
75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76 | (except as stated in this section) patent license to make, have made,
77 | use, offer to sell, sell, import, and otherwise transfer the Work,
78 | where such license applies only to those patent claims licensable
79 | by such Contributor that are necessarily infringed by their
80 | Contribution(s) alone or by combination of their Contribution(s)
81 | with the Work to which such Contribution(s) was submitted. If You
82 | institute patent litigation against any entity (including a
83 | cross-claim or counterclaim in a lawsuit) alleging that the Work
84 | or a Contribution incorporated within the Work constitutes direct
85 | or contributory patent infringement, then any patent licenses
86 | granted to You under this License for that Work shall terminate
87 | as of the date such litigation is filed.
88 |
89 | 4. Redistribution. You may reproduce and distribute copies of the
90 | Work or Derivative Works thereof in any medium, with or without
91 | modifications, and in Source or Object form, provided that You
92 | meet the following conditions:
93 |
94 | (a) You must give any other recipients of the Work or
95 | Derivative Works a copy of this License; and
96 |
97 | (b) You must cause any modified files to carry prominent notices
98 | stating that You changed the files; and
99 |
100 | (c) You must retain, in the Source form of any Derivative Works
101 | that You distribute, all copyright, patent, trademark, and
102 | attribution notices from the Source form of the Work,
103 | excluding those notices that do not pertain to any part of
104 | the Derivative Works; and
105 |
106 | (d) If the Work includes a "NOTICE" text file as part of its
107 | distribution, then any Derivative Works that You distribute must
108 | include a readable copy of the attribution notices contained
109 | within such NOTICE file, excluding those notices that do not
110 | pertain to any part of the Derivative Works, in at least one
111 | of the following places: within a NOTICE text file distributed
112 | as part of the Derivative Works; within the Source form or
113 | documentation, if provided along with the Derivative Works; or,
114 | within a display generated by the Derivative Works, if and
115 | wherever such third-party notices normally appear. The contents
116 | of the NOTICE file are for informational purposes only and
117 | do not modify the License. You may add Your own attribution
118 | notices within Derivative Works that You distribute, alongside
119 | or as an addendum to the NOTICE text from the Work, provided
120 | that such additional attribution notices cannot be construed
121 | as modifying the License.
122 |
123 | You may add Your own copyright statement to Your modifications and
124 | may provide additional or different license terms and conditions
125 | for use, reproduction, or distribution of Your modifications, or
126 | for any such Derivative Works as a whole, provided Your use,
127 | reproduction, and distribution of the Work otherwise complies with
128 | the conditions stated in this License.
129 |
130 | 5. Submission of Contributions. Unless You explicitly state otherwise,
131 | any Contribution intentionally submitted for inclusion in the Work
132 | by You to the Licensor shall be under the terms and conditions of
133 | this License, without any additional terms or conditions.
134 | Notwithstanding the above, nothing herein shall supersede or modify
135 | the terms of any separate license agreement you may have executed
136 | with Licensor regarding such Contributions.
137 |
138 | 6. Trademarks. This License does not grant permission to use the trade
139 | names, trademarks, service marks, or product names of the Licensor,
140 | except as required for reasonable and customary use in describing the
141 | origin of the Work and reproducing the content of the NOTICE file.
142 |
143 | 7. Disclaimer of Warranty. Unless required by applicable law or
144 | agreed to in writing, Licensor provides the Work (and each
145 | Contributor provides its Contributions) on an "AS IS" BASIS,
146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147 | implied, including, without limitation, any warranties or conditions
148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149 | PARTICULAR PURPOSE. You are solely responsible for determining the
150 | appropriateness of using or redistributing the Work and assume any
151 | risks associated with Your exercise of permissions under this License.
152 |
153 | 8. Limitation of Liability. In no event and under no legal theory,
154 | whether in tort (including negligence), contract, or otherwise,
155 | unless required by applicable law (such as deliberate and grossly
156 | negligent acts) or agreed to in writing, shall any Contributor be
157 | liable to You for damages, including any direct, indirect, special,
158 | incidental, or consequential damages of any character arising as a
159 | result of this License or out of the use or inability to use the
160 | Work (including but not limited to damages for loss of goodwill,
161 | work stoppage, computer failure or malfunction, or any and all
162 | other commercial damages or losses), even if such Contributor
163 | has been advised of the possibility of such damages.
164 |
165 | 9. Accepting Warranty or Additional Liability. While redistributing
166 | the Work or Derivative Works thereof, You may choose to offer,
167 | and charge a fee for, acceptance of support, warranty, indemnity,
168 | or other liability obligations and/or rights consistent with this
169 | License. However, in accepting such obligations, You may act only
170 | on Your own behalf and on Your sole responsibility, not on behalf
171 | of any other Contributor, and only if You agree to indemnify,
172 | defend, and hold each Contributor harmless for any liability
173 | incurred by, or claims asserted against, such Contributor by reason
174 | of your accepting any such warranty or additional liability.
175 |
176 | END OF TERMS AND CONDITIONS
177 |
178 | APPENDIX: How to apply the Apache License to your work.
179 |
180 | To apply the Apache License to your work, attach the following
181 | boilerplate notice, with the fields enclosed by brackets "[]"
182 | replaced with your own identifying information. (Don't include
183 | the brackets!) The text should be enclosed in the appropriate
184 | comment syntax for the file format. We also recommend that a
185 | file or class name and description of purpose be included on the
186 | same "printed page" as the copyright notice for easier
187 | identification within third-party archives.
188 |
189 | Copyright [yyyy] [name of copyright owner]
190 |
191 | Licensed under the Apache License, Version 2.0 (the "License");
192 | you may not use this file except in compliance with the License.
193 | You may obtain a copy of the License at
194 |
195 | http://www.apache.org/licenses/LICENSE-2.0
196 |
197 | Unless required by applicable law or agreed to in writing, software
198 | distributed under the License is distributed on an "AS IS" BASIS,
199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200 | See the License for the specific language governing permissions and
201 | limitations under the License.
202 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # knowledge
2 | Go社区的知识图谱,Knowledge Graph
3 |
4 | 在线查看地址:https://www.processon.com/view/link/5a9ba4c8e4b0a9d22eb3bdf0
5 |
6 | 
7 |
--------------------------------------------------------------------------------
/docs/.vuepress/config.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | title: 'Go知识图谱',
3 | description: 'Go知识图谱',
4 | head: [
5 | ['meta', {
6 | name: 'keywords',
7 | content: 'Go,golang,awesome,gocn'
8 | }]
9 | ],
10 | markdown: {
11 | lineNumbers: true // 代码块显示行号
12 | },
13 | themeConfig: {
14 | nav: [
15 | {
16 | text: 'Go语言知识',
17 | link: '/document/'
18 | },
19 | {
20 | text: 'GO中国社区',
21 | link: 'https://gocn.vip',
22 | },
23 | {
24 | text: 'Gopher China',
25 | link: 'https://gopherchina.org',
26 | },
27 | ],
28 | displayAllHeaders: false,
29 | activeHeaderLinks: true,
30 | sidebar: {
31 | '/d/': [
32 | "",
33 | 'senior',
34 | 'gotool',
35 | 'goproject',
36 | 'ecology',
37 | 'company',
38 | 'goblog',
39 | ],
40 | },
41 | sidebarDepth: 2,
42 | // 假定是 GitHub. 同时也可以是一个完整的 GitLab URL
43 | repo: 'https://github.com/gocn/knowledge',
44 | // 自定义仓库链接文字。默认从 `themeConfig.repo` 中自动推断为
45 | // "GitHub"/"GitLab"/"Bitbucket" 其中之一,或是 "Source"。
46 | // repoLabel: '查看源码',
47 | // 假如文档不是放在仓库的根目录下:
48 | docsDir: 'docs',
49 | // 假如文档放在一个特定的分支下:
50 | docsBranch: 'master',
51 | editLinks: true,
52 | editLinkText: '帮助我们改善此页面!',
53 | lastUpdated: '上次更新',
54 | serviceWorker: {
55 | updatePopup: {
56 | message: "发现新内容可用",
57 | buttonText: "刷新"
58 | }
59 | },
60 | smoothScroll: true,
61 | },
62 | plugins: [
63 | ['@vuepress/last-updated',
64 | {
65 | transformer: (timestamp, lang) => {
66 | // 不要忘了安装 moment
67 | const moment = require('moment')
68 | moment.locale("zh-cn")
69 | return moment(timestamp).format('YYYY-MM-DD HH:mm:ss')
70 | },
71 |
72 | dateOptions: {
73 | hours12: true
74 | }
75 | }
76 | ],
77 | '@vuepress/back-to-top',
78 | '@vuepress/active-header-links',
79 | '@vuepress/medium-zoom',
80 | '@vuepress/nprogress'
81 | ]
82 | }
83 |
--------------------------------------------------------------------------------
/docs/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | home: true
3 | actionText: 快来学习 →
4 | actionLink: /d/
5 | heroText: Gopher Knowledge
6 | tagline: 快速学习GO!
7 | sidebar: auto
8 | features:
9 | - title: 易学的Go资料
10 | details:
11 | - title: 优秀的Go项目
12 | details:
13 | - title: 最好的Go博客
14 | details:
15 |
16 | footer: Apache Licensed | Copyright © 2020-present GoCN
17 | ---
18 |
--------------------------------------------------------------------------------
/docs/d/company.md:
--------------------------------------------------------------------------------
1 | # Go公司
2 |
3 | |公司 | 应用方向 | 联系方式 | 地点 |
4 | | ------------ | ------------ | -----| ----|
5 | |七牛云| 全部代码||上海|
6 | |积梦| 全部代码||上海|
7 | |腾讯| ||深圳|
8 | |阿里云|||杭州|
9 | |蚂蚁金服|||杭州|
10 | |百度|bfe||北京|
11 | |头条|||北京、上海、杭州、武汉|
12 | |滴滴|||北京|
13 | |哔哩哔哩|||上海|
14 | |斗鱼|||武汉、北京、广州|
15 | |饿了么||||
16 | |小米|||北京、武汉|
17 | |PinCAP||||
18 | |石墨文档|||北京、武汉|
19 | |杭州云柚科技 |全部代码|||
20 | |360|||
21 | |Appcoach| 全部代码|||
22 | |ICBC| API 网关|||
23 | |红云| 直播数据分发与统计|||
24 | |深圳良风 |全部后端 |||
25 | |风际游戏| 游戏服务器|||
26 | |泰恪 |T1yun|
27 | |竹子建站|服务端全 golang 驱动||成都||
28 | |钛核互动 | 游戏服务器以及管理工具| |北京||
29 | |商汤科技|基础/引擎服务||||
30 | |上海瀚趣游戏 |游戏服务器引擎及部分业务代码|
31 | |ezbuy|跨境电商|海外|
32 | |Strikingly| 自动化构建部署系统||
33 | |美餐|||
34 | |地平线|||
35 |
--------------------------------------------------------------------------------
/docs/d/ecology.md:
--------------------------------------------------------------------------------
1 | # Go生态
2 |
--------------------------------------------------------------------------------
/docs/d/goblog.md:
--------------------------------------------------------------------------------
1 | # Go博客
2 |
--------------------------------------------------------------------------------
/docs/d/goproject.md:
--------------------------------------------------------------------------------
1 | # Go项目
2 | ## 云计算
3 | ### 容器
4 | - [moby](https://github.com/moby/moby): Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
5 | - [rkt](https://github.com/rkt/rkt): [Project ended] rkt is a pod-native container engine for Linux. It is composable, secure, and built on standards.
6 | - [pouch](https://github.com/alibaba/pouch): An Efficient Enterprise-class Container Engine
7 |
8 | ### 容器编排
9 | - [kubernetes](https://github.com/kubernetes/kubernetes): Production-Grade Container Scheduling and Management
10 | - [swarm](https://github.com/docker/swarm): Swarm Classic: a container clustering system. Not to be confused with Docker Swarm which is at https://github.com/docker/swarmkit
11 |
12 | ### 服务发现
13 | - [consul](https://github.com/hashicorp/consul): Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
14 |
15 | ### Function
16 | - [faas](https://github.com/openfaas/faas): OpenFaaS - Serverless Functions Made Simple
17 | - [apex](https://github.com/apex/apex): Old apex/apex
18 |
19 | ## DevOps
20 | ### Monitor
21 | - [prometheus](https://github.com/prometheus/prometheus): The Prometheus monitoring system and time series database.
22 | - [cadvisor](https://github.com/google/cadvisor): Analyzes resource usage and performance characteristics of running containers.
23 | - [ctop](https://github.com/bcicen/ctop): Top-like interface for container metrics
24 | - [beats](https://github.com/elastic/beats): 🐠 Beats - Lightweight shippers for Elasticsearch & Logstash
25 |
26 | ### Dev
27 | - [rancher](https://github.com/rancher/rancher): Complete container management platform
28 | - [minikube](https://github.com/kubernetes/minikube): Run Kubernetes locally
29 | - [packer](https://github.com/hashicorp/packer): Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
30 |
31 | ## 区块链
32 | - [go-ethereum](https://github.com/ethereum/go-ethereum): Official Go implementation of the Ethereum protocol
33 | - [go-ipfs](https://github.com/ipfs/go-ipfs): IPFS implementation in Go
34 | - [fabric](https://github.com/hyperledger/fabric): Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.
35 |
36 | ## 人工智能
37 | - [golearn](https://github.com/sjwhitworth/golearn): Machine Learning for Go
38 |
39 | ## 游戏
40 | - [pixel](https://github.com/faiface/pixel): A hand-crafted 2D game library in Go
41 | - [g3n/engine](https://github.com/g3n/engine): Go 3D Game Engine
42 |
43 | ## 存储引擎
44 | ### K / V 存储
45 | - [bolt](https://github.com/boltdb/bolt): An embedded key/value database for Go.
46 | - [etcd](https://github.com/etcd-io/etcd): Distributed reliable key-value store for the most critical data of a distributed system
47 |
48 | ### 时序数据库
49 | - [influxdb](https://github.com/influxdata/influxdb): Scalable datastore for metrics, events, and real-time analytics
50 |
51 | ### 分布式数据库
52 | - [cockroach](https://github.com/cockroachdb/cockroach): CockroachDB - the open source, cloud-native distributed SQL database.
53 | - [tidb](https://github.com/pingcap/tidb): TiDB is an open source distributed HTAP database compatible with the MySQL protocol
54 | ### 图形数据库
55 | - [cayley](https://github.com/cayleygraph/cayley): An open-source graph database
56 |
57 | ### 其他
58 | - [noms](https://github.com/attic-labs/noms): The versioned, forkable, syncable database
59 | - [vitess](https://github.com/vitessio/vitess): Vitess is a database clustering system for horizontal scaling of MySQL.
60 |
61 | ## Web
62 | ### Web 框架
63 | - [gin](https://github.com/gin-gonic/gin): Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
64 | - [beego](https://github.com/astaxie/beego): beego is an open-source, high-performance web framework for the Go programming language
65 | - [martini](https://github.com/go-martini/martini): Classy web framework for Go
66 | - [echo](https://github.com/labstack/echo): High performance, minimalist Go web framework
67 | - [revel](https://github.com/revel/revel): A high productivity, full-stack web framework for the Go language.
68 | - [go-zero](https://github.com/tal-tech/go-zero): go-zero is a web and rpc framework written in Go. It's born to ensure the stability of the busy sites with resilient design. Builtin goctl greatly improves the development productivity.
69 |
70 | ### 静态建站工具
71 | - [hugo](https://github.com/gohugoio/hugo): The world’s fastest framework for building websites.
72 |
73 | ### Web Server
74 | - [caddy](https://github.com/caddyserver/caddy): Fast, multi-platform web server with automatic HTTPS
75 |
76 | ### 微服务
77 | - [kit](https://github.com/go-kit/kit): A standard library for microservices.
78 | - [istio](https://github.com/istio/istio): Connect, secure, control, and observe services.
79 |
80 | ## 系统 / 命令行工具
81 | - [ngrok](https://github.com/inconshreveable/ngrok): Introspected tunnels to localhost
82 | - [frp](https://github.com/fatedier/frp): A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
83 | - [gotty](https://github.com/yudai/gotty): Share your terminal as a web application
84 | - [micro](https://github.com/zyedidia/micro): A modern and intuitive terminal-based text editor
85 | - [kcptun](https://github.com/xtaci/kcptun): A Stable & Secure Tunnel based on KCP with N:M multiplexing and FEC. Available for ARM, MIPS, 386 and AMD64
86 | - [wuzz](https://github.com/asciimoo/wuzz): Interactive cli tool for HTTP inspection
87 | - [v2ray-core](https://github.com/v2ray/v2ray-core): A platform for building proxies to bypass network restrictions.
88 | - [termui](https://github.com/gizak/termui): Golang terminal dashboard
89 | - [cow](https://github.com/cyfdecyf/cow): HTTP proxy written in Go. COW can automatically identify blocked sites and use parent proxies to access.
90 | - [teleport](https://github.com/gravitational/teleport): Secure Access for Developers that doesn't get in the way.
91 | - [comcast](https://github.com/tylertreat/comcast): Simulating shitty network connections so you can build better systems.
92 | - [wego](https://github.com/schachmat/wego): weather app for the terminal
93 | - [gogs](https://github.com/gogs/gogs): Gogs is a painless self-hosted Git service
94 | - [fsnotify](https://github.com/fsnotify/fsnotify): Cross-platform file system notifications for Go.
95 |
96 | ## 中间件
97 | - [traefik](https://github.com/traefik/traefik): The Cloud Native Edge Router
98 | - [nsq](https://github.com/nsqio/nsq): A realtime distributed messaging platform
99 | - [codis](https://github.com/CodisLabs/codis): Proxy based Redis cluster solution supporting pipeline and scaling dynamically
100 | - [logrus](https://github.com/sirupsen/logrus): Structured, pluggable logging for Go.
101 | - [groupcache](https://github.com/golang/groupcache): groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
102 | - [nats](https://github.com/nats-io/nats-server): High-Performance server for NATS, the cloud native messaging system
103 | - rpc
104 | - [grpc](https://github.com/grpc/grpc-go): The Go language implementation of gRPC. HTTP/2 based RPC
105 | - [rpcx](https://github.com/smallnest/rpcx): A zero cost, faster multi-language bidirectional microservices framework in Go, like alibaba Dubbo, but with more features, Scale easily. Try it. Test it. If you feel it's better, use it! 𝐉𝐚𝐯𝐚有𝐝𝐮𝐛𝐛𝐨, 𝐆𝐨𝐥𝐚𝐧𝐠有𝐫𝐩𝐜𝐱!
106 | ## 测试 / 持续交付
107 | - [drone](https://github.com/drone/drone): Drone is a Container-Native, Continuous Delivery Platform
108 | - [terraform](https://github.com/hashicorp/terraform): Terraform enables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
109 | - [goreplay](https://github.com/buger/goreplay): GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.
110 | - [delve](https://github.com/derekparker/delve): Delve is a debugger for the Go programming language.
111 |
112 | ## 富媒体
113 | ### 图像处理
114 | - [primitive](https://github.com/fogleman/primitive): Reproducing images with geometric primitives.
115 | - [caire](https://github.com/esimov/caire): Content aware image resize library
116 |
117 | ## 安全
118 | - [vault](https://github.com/hashicorp/vault): A tool for secrets management, encryption as a service, and privileged access management
119 | - [vuls](https://github.com/future-architect/vuls): Agent-less vulnerability scanner for Linux, FreeBSD, Container, WordPress, Programming language libraries, Network devices
120 |
121 | ## 爬虫
122 | - [goquery](https://github.com/PuerkitoBio/goquery): A little like that j-thing, only in Go.
123 |
124 | ## 文件操作 / 文件系统
125 | - [transfer.sh](https://github.com/dutchcoders/transfer.sh): Easy and fast file sharing from the command-line.
126 | - [seaweedfs](https://github.com/chrislusf/seaweedfs): SeaweedFS is a simple and highly scalable distributed file system to store and serve billions of files fast!
127 | - [minio](https://github.com/minio/minio): High Performance, Kubernetes Native Object Storage
128 | - [syncthing](https://github.com/syncthing/syncthing): Open Source Continuous File Synchronization
129 | - [rclone](https://github.com/rclone/rclone): "rsync for cloud storage" - Google Drive, Amazon Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Cloudfiles, Google Cloud Storage, Yandex Files
130 |
131 | ## 与其他编程语言
132 | - [grumpy](https://github.com/google/grumpy): Grumpy is a Python to Go source code transcompiler and runtime.
133 | - [gopherjs](https://github.com/gopherjs/gopherjs): A compiler from Go to JavaScript for running Go code in a browser
134 | - [nvm-windows](https://github.com/coreybutler/nvm-windows): A node.js version management utility for Windows. Ironically written in Go.
135 | - [go-mruby](https://github.com/mitchellh/go-mruby): Go (golang) bindings to mruby.
136 | - [go-php](https://github.com/deuill/go-php): PHP bindings for the Go programming language (Golang)
--------------------------------------------------------------------------------
/docs/d/gotool.md:
--------------------------------------------------------------------------------
1 | # Go工具
2 | - [go get](https://github.com/astaxie/build-web-application-with-golang/blob/master/zh/01.3.md#go-get)
3 | - [go intstall](https://github.com/astaxie/build-web-application-with-golang/blob/master/zh/01.3.md#go-install)
4 | - [go generate](https://github.com/astaxie/build-web-application-with-golang/blob/master/zh/01.3.md#go-generate)
5 | - [vendering](https://golang.org/cmd/go/#hdr-Vendor_Directories)
6 | - [交叉编译](https://rakyll.org/cross-compilation/)
7 | - [cgo](https://github.com/golang/go/wiki/cgo)
8 | - [python读取go](https://blog.filippo.io/building-python-modules-with-go-1-5/)
9 | - [ruby读取go](http://c7.se/go-and-ruby-ffi/)
10 | - [swift读取go](https://rakyll.org/swift/)
11 | - [go编译共享库so](https://github.com/jbuberel/buildmodeshared)
12 |
--------------------------------------------------------------------------------
/docs/d/newbee.md:
--------------------------------------------------------------------------------
1 | # Go基础教程
2 | ## Go 环境
3 | - [Go开发环境安装](https://gocn.vip/wiki/install)
4 | - [Go Module 配置](https://gocn.vip/wiki/gomodule)
5 |
6 | ## Go 语言教程
7 | - [[Go 零基础编程入门教程-01] Go 安装和配置](https://www.bilibili.com/video/av18288497/)
8 | - [[Go 零基础编程入门教程-02] Go 开发利器:VSCode](https://www.bilibili.com/video/av18319744/)
9 | - [[Go 零基础编程入门教程-03] 命名规范,声明变量和常量](https://www.bilibili.com/video/av18523501/)
10 | - [[Go 零基础编程入门教程-04] 基础数据类型](https://www.bilibili.com/video/av18545561/)
11 | - [[Go 零基础编程入门教程-05] 数组](https://www.bilibili.com/video/av18622585/)
12 | - [[Go 零基础编程入门教程-06] 切片](https://www.bilibili.com/video/av18699016/)
13 | - [[Go 零基础编程入门教程-07] Map 学习和使用](https://www.bilibili.com/video/av18794720/)
14 | - [[Go 零基础编程入门教程-08] 函数](https://www.bilibili.com/video/av18832358/)
15 | - [[Go 零基础编程入门教程-09] 自定义类型](https://www.bilibili.com/video/av19875467)
16 | - [[Go 零基础编程入门教程-10] 结构体](https://www.bilibili.com/video/av20049165/)
17 | - [[Go 零基础编程入门教程-11] 方法](https://www.bilibili.com/video/av20318388/)
18 | - [[Go 零基础编程入门教程-12] 接口](https://www.bilibili.com/video/av20330175/)
19 | - [[Go 零基础编程入门教程-13] 分支循环](https://www.bilibili.com/video/av20620028/)
20 | - [[Go 零基础编程入门教程-14] 异常处理](https://www.bilibili.com/video/av20664302/)
21 | - [[Go 零基础编程入门教程-15] 并发与同步](https://www.bilibili.com/video/av20894338/)
22 | - [[Go 零基础编程入门教程-16] channel](https://www.bilibili.com/video/av20931427/)
23 | - [[Go 零基础编程入门教程-17] 锁](https://www.bilibili.com/video/av21172512)
24 | - [[Go 零基础编程入门教程-18] 原子操作](https://www.bilibili.com/video/av21227084)
25 | - [[Go 零基础编程入门教程-19] 文件读取](https://www.bilibili.com/video/av21890850)
26 | - [[Go 零基础编程入门教程-20] 文件写入](https://www.bilibili.com/video/av22436779)
27 | - [[Go 零基础编程入门教程-21] 序列化和反序列化:XML](https://www.bilibili.com/video/av23686676)
28 | - [[Go 零基础编程入门教程-22] 序列化和反序列化:JSON](https://www.bilibili.com/video/av24327123)
29 |
30 |
31 | ## Go By Example
32 | Go 是一门被设计用来构建简单、高效、可信赖软件的开源程序设计语言。
Go by Example 是对 Go 基于实践的介绍,包含一系列带有注释说明的示例程序。查看第一个例子或者浏览下面的完整列表
33 | - [Hello World](https://gobyexample-cn.github.io/hello-world)
34 | - [值](https://gobyexample-cn.github.io/values)
35 | - [变量](https://gobyexample-cn.github.io/variables)
36 | - [常量](https://gobyexample-cn.github.io/constants)
37 | - [For 循环](https://gobyexample-cn.github.io/for)
38 | - [If/Else 分支](https://gobyexample-cn.github.io/if-else)
39 | - [Switch 分支结构](https://gobyexample-cn.github.io/switch)
40 | - [数组](https://gobyexample-cn.github.io/arrays)
41 | - [切片](https://gobyexample-cn.github.io/slices)
42 | - [Map](https://gobyexample-cn.github.io/maps)
43 | - [Range 遍历](https://gobyexample-cn.github.io/range)
44 | - [函数](https://gobyexample-cn.github.io/functions)
45 | - [多返回值](https://gobyexample-cn.github.io/multiple-return-values)
46 | - [变参函数](https://gobyexample-cn.github.io/variadic-functions)
47 | - [闭包](https://gobyexample-cn.github.io/closures)
48 | - [递归](https://gobyexample-cn.github.io/recursion)
49 | - [指针](https://gobyexample-cn.github.io/pointers)
50 | - [结构体](https://gobyexample-cn.github.io/structs)
51 | - [方法](https://gobyexample-cn.github.io/methods)
52 | - [接口](https://gobyexample-cn.github.io/interfaces)
53 | - [错误处理](https://gobyexample-cn.github.io/errors)
54 | - [协程](https://gobyexample-cn.github.io/goroutines)
55 | - [通道](https://gobyexample-cn.github.io/channels)
56 | - [通道缓冲](https://gobyexample-cn.github.io/channel-buffering)
57 | - [通道同步](https://gobyexample-cn.github.io/channel-synchronization)
58 | - [通道方向](https://gobyexample-cn.github.io/channel-directions)
59 | - [通道选择器](https://gobyexample-cn.github.io/select)
60 | - [超时处理](https://gobyexample-cn.github.io/timeouts)
61 | - [非阻塞通道操作](https://gobyexample-cn.github.io/non-blocking-channel-operations)
62 | - [通道的关闭](https://gobyexample-cn.github.io/closing-channels)
63 | - [通道遍历](https://gobyexample-cn.github.io/range-over-channels)
64 | - [Timer](https://gobyexample-cn.github.io/timers)
65 | - [Ticker](https://gobyexample-cn.github.io/tickers)
66 | - [工作池](https://gobyexample-cn.github.io/worker-pools)
67 | - [WaitGroup](https://gobyexample-cn.github.io/waitgroups)
68 | - [速率限制](https://gobyexample-cn.github.io/rate-limiting)
69 | - [原子计数器](https://gobyexample-cn.github.io/atomic-counters)
70 | - [互斥锁](https://gobyexample-cn.github.io/mutexes)
71 | - [状态协程](https://gobyexample-cn.github.io/stateful-goroutines)
72 | - [排序](https://gobyexample-cn.github.io/sorting)
73 | - [使用函数自定义排序](https://gobyexample-cn.github.io/sorting-by-functions)
74 | - [Panic](https://gobyexample-cn.github.io/panic)
75 | - [Defer](https://gobyexample-cn.github.io/defer)
76 | - [组合函数](https://gobyexample-cn.github.io/collection-functions)
77 | - [字符串函数](https://gobyexample-cn.github.io/string-functions)
78 | - [字符串格式化](https://gobyexample-cn.github.io/string-formatting)
79 | - [正则表达式](https://gobyexample-cn.github.io/regular-expressions)
80 | - [JSON](https://gobyexample-cn.github.io/json)
81 | - [XML](https://gobyexample-cn.github.io/xml)
82 | - [时间](https://gobyexample-cn.github.io/time)
83 | - [时间戳](https://gobyexample-cn.github.io/epoch)
84 | - [时间的格式化和解析](https://gobyexample-cn.github.io/time-formatting-parsing)
85 | - [随机数](https://gobyexample-cn.github.io/random-numbers)
86 | - [数字解析](https://gobyexample-cn.github.io/number-parsing)
87 | - [URL 解析](https://gobyexample-cn.github.io/url-parsing)
88 | - [SHA1 哈希](https://gobyexample-cn.github.io/sha1-hashes)
89 | - [Base64 编码](https://gobyexample-cn.github.io/base64-encoding)
90 | - [读文件](https://gobyexample-cn.github.io/reading-files)
91 | - [写文件](https://gobyexample-cn.github.io/writing-files)
92 | - [行过滤器](https://gobyexample-cn.github.io/line-filters)
93 | - [文件路径](https://gobyexample-cn.github.io/file-paths)
94 | - [目录](https://gobyexample-cn.github.io/directories)
95 | - [临时文件和目录](https://gobyexample-cn.github.io/temporary-files-and-directories)
96 | - [单元测试](https://gobyexample-cn.github.io/testing)
97 | - [命令行参数](https://gobyexample-cn.github.io/command-line-arguments)
98 | - [命令行标志](https://gobyexample-cn.github.io/command-line-flags)
99 | - [命令行子命令](https://gobyexample-cn.github.io/command-line-subcommands)
100 | - [环境变量](https://gobyexample-cn.github.io/environment-variables)
101 | - [HTTP 客户端](https://gobyexample-cn.github.io/http-clients)
102 | - [HTTP 服务端](https://gobyexample-cn.github.io/http-servers)
103 | - [Context](https://gobyexample-cn.github.io/context)
104 | - [生成进程](https://gobyexample-cn.github.io/spawning-processes)
105 | - [执行进程](https://gobyexample-cn.github.io/execing-processes)
106 | - [信号](https://gobyexample-cn.github.io/signals)
107 | - [退出](https://gobyexample-cn.github.io/exit)
108 |
--------------------------------------------------------------------------------
/docs/d/readme.md:
--------------------------------------------------------------------------------
1 | # Go基础教程
2 | ## Go 环境
3 | - [Go开发环境安装](https://gocn.vip/wiki/install)
4 | - [Go Module 配置](https://gocn.vip/wiki/gomodule)
5 |
6 | ## Go 语言教程
7 | - [[Go 零基础编程入门教程-01] Go 安装和配置](https://www.bilibili.com/video/av18288497/)
8 | - [[Go 零基础编程入门教程-02] Go 开发利器:VSCode](https://www.bilibili.com/video/av18319744/)
9 | - [[Go 零基础编程入门教程-03] 命名规范,声明变量和常量](https://www.bilibili.com/video/av18523501/)
10 | - [[Go 零基础编程入门教程-04] 基础数据类型](https://www.bilibili.com/video/av18545561/)
11 | - [[Go 零基础编程入门教程-05] 数组](https://www.bilibili.com/video/av18622585/)
12 | - [[Go 零基础编程入门教程-06] 切片](https://www.bilibili.com/video/av18699016/)
13 | - [[Go 零基础编程入门教程-07] Map 学习和使用](https://www.bilibili.com/video/av18794720/)
14 | - [[Go 零基础编程入门教程-08] 函数](https://www.bilibili.com/video/av18832358/)
15 | - [[Go 零基础编程入门教程-09] 自定义类型](https://www.bilibili.com/video/av19875467)
16 | - [[Go 零基础编程入门教程-10] 结构体](https://www.bilibili.com/video/av20049165/)
17 | - [[Go 零基础编程入门教程-11] 方法](https://www.bilibili.com/video/av20318388/)
18 | - [[Go 零基础编程入门教程-12] 接口](https://www.bilibili.com/video/av20330175/)
19 | - [[Go 零基础编程入门教程-13] 分支循环](https://www.bilibili.com/video/av20620028/)
20 | - [[Go 零基础编程入门教程-14] 异常处理](https://www.bilibili.com/video/av20664302/)
21 | - [[Go 零基础编程入门教程-15] 并发与同步](https://www.bilibili.com/video/av20894338/)
22 | - [[Go 零基础编程入门教程-16] channel](https://www.bilibili.com/video/av20931427/)
23 | - [[Go 零基础编程入门教程-17] 锁](https://www.bilibili.com/video/av21172512)
24 | - [[Go 零基础编程入门教程-18] 原子操作](https://www.bilibili.com/video/av21227084)
25 | - [[Go 零基础编程入门教程-19] 文件读取](https://www.bilibili.com/video/av21890850)
26 | - [[Go 零基础编程入门教程-20] 文件写入](https://www.bilibili.com/video/av22436779)
27 | - [[Go 零基础编程入门教程-21] 序列化和反序列化:XML](https://www.bilibili.com/video/av23686676)
28 | - [[Go 零基础编程入门教程-22] 序列化和反序列化:JSON](https://www.bilibili.com/video/av24327123)
29 |
30 |
31 | ## Go By Example
32 | Go 是一门被设计用来构建简单、高效、可信赖软件的开源程序设计语言。
Go by Example 是对 Go 基于实践的介绍,包含一系列带有注释说明的示例程序。查看第一个例子或者浏览下面的完整列表
33 | - [Hello World](https://gobyexample-cn.github.io/hello-world)
34 | - [值](https://gobyexample-cn.github.io/values)
35 | - [变量](https://gobyexample-cn.github.io/variables)
36 | - [常量](https://gobyexample-cn.github.io/constants)
37 | - [For 循环](https://gobyexample-cn.github.io/for)
38 | - [If/Else 分支](https://gobyexample-cn.github.io/if-else)
39 | - [Switch 分支结构](https://gobyexample-cn.github.io/switch)
40 | - [数组](https://gobyexample-cn.github.io/arrays)
41 | - [切片](https://gobyexample-cn.github.io/slices)
42 | - [Map](https://gobyexample-cn.github.io/maps)
43 | - [Range 遍历](https://gobyexample-cn.github.io/range)
44 | - [函数](https://gobyexample-cn.github.io/functions)
45 | - [多返回值](https://gobyexample-cn.github.io/multiple-return-values)
46 | - [变参函数](https://gobyexample-cn.github.io/variadic-functions)
47 | - [闭包](https://gobyexample-cn.github.io/closures)
48 | - [递归](https://gobyexample-cn.github.io/recursion)
49 | - [指针](https://gobyexample-cn.github.io/pointers)
50 | - [结构体](https://gobyexample-cn.github.io/structs)
51 | - [方法](https://gobyexample-cn.github.io/methods)
52 | - [接口](https://gobyexample-cn.github.io/interfaces)
53 | - [错误处理](https://gobyexample-cn.github.io/errors)
54 | - [协程](https://gobyexample-cn.github.io/goroutines)
55 | - [通道](https://gobyexample-cn.github.io/channels)
56 | - [通道缓冲](https://gobyexample-cn.github.io/channel-buffering)
57 | - [通道同步](https://gobyexample-cn.github.io/channel-synchronization)
58 | - [通道方向](https://gobyexample-cn.github.io/channel-directions)
59 | - [通道选择器](https://gobyexample-cn.github.io/select)
60 | - [超时处理](https://gobyexample-cn.github.io/timeouts)
61 | - [非阻塞通道操作](https://gobyexample-cn.github.io/non-blocking-channel-operations)
62 | - [通道的关闭](https://gobyexample-cn.github.io/closing-channels)
63 | - [通道遍历](https://gobyexample-cn.github.io/range-over-channels)
64 | - [Timer](https://gobyexample-cn.github.io/timers)
65 | - [Ticker](https://gobyexample-cn.github.io/tickers)
66 | - [工作池](https://gobyexample-cn.github.io/worker-pools)
67 | - [WaitGroup](https://gobyexample-cn.github.io/waitgroups)
68 | - [速率限制](https://gobyexample-cn.github.io/rate-limiting)
69 | - [原子计数器](https://gobyexample-cn.github.io/atomic-counters)
70 | - [互斥锁](https://gobyexample-cn.github.io/mutexes)
71 | - [状态协程](https://gobyexample-cn.github.io/stateful-goroutines)
72 | - [排序](https://gobyexample-cn.github.io/sorting)
73 | - [使用函数自定义排序](https://gobyexample-cn.github.io/sorting-by-functions)
74 | - [Panic](https://gobyexample-cn.github.io/panic)
75 | - [Defer](https://gobyexample-cn.github.io/defer)
76 | - [组合函数](https://gobyexample-cn.github.io/collection-functions)
77 | - [字符串函数](https://gobyexample-cn.github.io/string-functions)
78 | - [字符串格式化](https://gobyexample-cn.github.io/string-formatting)
79 | - [正则表达式](https://gobyexample-cn.github.io/regular-expressions)
80 | - [JSON](https://gobyexample-cn.github.io/json)
81 | - [XML](https://gobyexample-cn.github.io/xml)
82 | - [时间](https://gobyexample-cn.github.io/time)
83 | - [时间戳](https://gobyexample-cn.github.io/epoch)
84 | - [时间的格式化和解析](https://gobyexample-cn.github.io/time-formatting-parsing)
85 | - [随机数](https://gobyexample-cn.github.io/random-numbers)
86 | - [数字解析](https://gobyexample-cn.github.io/number-parsing)
87 | - [URL 解析](https://gobyexample-cn.github.io/url-parsing)
88 | - [SHA1 哈希](https://gobyexample-cn.github.io/sha1-hashes)
89 | - [Base64 编码](https://gobyexample-cn.github.io/base64-encoding)
90 | - [读文件](https://gobyexample-cn.github.io/reading-files)
91 | - [写文件](https://gobyexample-cn.github.io/writing-files)
92 | - [行过滤器](https://gobyexample-cn.github.io/line-filters)
93 | - [文件路径](https://gobyexample-cn.github.io/file-paths)
94 | - [目录](https://gobyexample-cn.github.io/directories)
95 | - [临时文件和目录](https://gobyexample-cn.github.io/temporary-files-and-directories)
96 | - [单元测试](https://gobyexample-cn.github.io/testing)
97 | - [命令行参数](https://gobyexample-cn.github.io/command-line-arguments)
98 | - [命令行标志](https://gobyexample-cn.github.io/command-line-flags)
99 | - [命令行子命令](https://gobyexample-cn.github.io/command-line-subcommands)
100 | - [环境变量](https://gobyexample-cn.github.io/environment-variables)
101 | - [HTTP 客户端](https://gobyexample-cn.github.io/http-clients)
102 | - [HTTP 服务端](https://gobyexample-cn.github.io/http-servers)
103 | - [Context](https://gobyexample-cn.github.io/context)
104 | - [生成进程](https://gobyexample-cn.github.io/spawning-processes)
105 | - [执行进程](https://gobyexample-cn.github.io/execing-processes)
106 | - [信号](https://gobyexample-cn.github.io/signals)
107 | - [退出](https://gobyexample-cn.github.io/exit)
108 |
--------------------------------------------------------------------------------
/docs/d/senior.md:
--------------------------------------------------------------------------------
1 | # GO高级教程
2 |
3 | - 书籍:
4 | - [《深入解析 Go》](https://github.com/tiancaiamao/go-internals)
5 | - [《Go 实战开发》](https://github.com/astaxie/Go-in-Action)
6 | - [《Go 入门指南》](https://github.com/Unknwon/the-way-to-go_ZH_CN)
7 | - [《Go 语言标准库》](https://github.com/polaris1119/The-Golang-Standard-Library-by-Example)
8 | - [《Go Web 编程》](https://github.com/astaxie/build-web-application-with-golang)
9 | - [《Go 语言博客实践》](https://github.com/achun/Go-Blog-In-Action)
10 | - [《Go 语言学习笔记》](https://github.com/qyuhen/book)
11 | - 翻译:
12 | - [Effective Go](https://golang.org/doc/effective_go.html) 英文版
13 | - [The Way to Go](https://github.com/Unknwon/the-way-to-go_ZH_CN) 中文版
14 | - [《Learning Go》](https://github.com/miekg/gobook)英文版:=>[《Learning Go》](https://github.com/mikespook/Learning-Go-zh-cn) 中文版
15 | - 教程:
16 | - [《Go 编程基础》](https://github.com/Unknwon/go-fundamental-programming)
17 | - [《Go Web 基础》](https://github.com/Unknwon/go-web-foundation)
18 | - [《Go 名库讲解》](https://github.com/Unknwon/go-rock-libraries-showcases)
19 | - [Go 命令教程](https://github.com/hyper-carrot/go_command_tutorial)
20 |
21 | ### 英文资料
22 |
23 | - 文档:
24 | - [Go Code Review Comments](https://code.google.com/p/go-wiki/wiki/CodeReviewComments):Go 语言代码风格指导
25 | - [GopherCon 2014](https://github.com/gophercon/2014-talks)
26 | - [GopherCon 2015](https://github.com/gophercon/2015-talks)
27 | - [GopherCon 2016](https://github.com/gophercon/2016-talks)
28 | - [GopherCon 2017](https://github.com/gophercon/2017-talks)
29 | - 书籍:
30 | - [Network programming with Go](http://jan.newmarch.name/go/):[中文版](https://github.com/astaxie/NPWG_zh)
31 | - [Practical Cryptography With Go](https://leanpub.com/gocrypto/read#leanpub-auto-select-bibliography)
32 | - [An Introduction to Programming in Go](http://www.golang-book.com/)
33 | - [Go Bootcamp](http://www.golangbootcamp.com/book)
34 | - [Mastering Concurrency in Go(July 2014) Nathan Kozyra](https://www.packtpub.com/application-development/mastering-concurrency-go)
35 | - [Go Programming Blueprints(January 23,2015)](https://www.packtpub.com/application-development/go-programming-blueprints)
36 |
37 | ### 视频资料
38 |
39 | - 基础:
40 | - Go Slices and Bytes - Shakeel Mahate:[优酷视频](http://v.youku.com/v_show/id_XNjkzMjM1Mjg4.html) - [Youtube](http://www.youtube.com/watch?v=dKlNSIUSfz0)
41 | - COSCUP 2013:
42 | - Golang & ORM - 林佑安:[优酷视频](http://v.youku.com/v_show/id_XNjkzMTQ1MjYw.html) - [Youtube](http://www.youtube.com/watch?v=VwAtYGyjTks)
43 | - GopherChina: - 2016:- 2017:
- 2018:- 2019:
44 | - GopherCon:
45 | - 2014:[Youtube](https://www.youtube.com/playlist?list=PL2ntRZ1ySWBcD_BiJiDJUcyrb2w3bTulF)
46 | - 2015:[Youtube](https://www.youtube.com/playlist?list=PL2ntRZ1ySWBf-_z-gHCOR2N156Nw930Hm)
47 | - 2016:[Youtube](https://www.youtube.com/playlist?list=PL2ntRZ1ySWBdliXelGAItjzTMxy2WQh0P)
48 | - 2017:[Youtube](https://www.youtube.com/playlist?list=PL2ntRZ1ySWBdD9bru6IR-_WXUgJqvrtx9)
49 | - 2018:[Youtube](https://www.youtube.com/playlist?list=PL2ntRZ1ySWBdatAqf-2_125H4sGzaWngM)
50 | - 2019:[Youtube](https://www.youtube.com/playlist?list=PL2ntRZ1ySWBdDyspRTNBIKES1Y-P__59_)
51 | - Golang UK Conference:
52 | - 2015:[Youtube](https://www.youtube.com/playlist?list=PLDWZ5uzn69ezRJYeWxYNRMYebvf8DerHd)
53 | - 2016:[Youtube](https://www.youtube.com/playlist?list=PLDWZ5uzn69eyh791ZTkEA9OaTxVpGY8_g)
54 | - 2017:[Youtube](https://www.youtube.com/playlist?list=PLDWZ5uzn69eyM81omhIZLzvRhTOXvpeX9)
55 | - 2018:[Youtube](https://www.youtube.com/playlist?list=PLDWZ5uzn69ewsMyuGjVsAnpQIjyud1Cv9)
56 | - 2019:[Youtube](https://www.youtube.com/playlist?list=PLDWZ5uzn69ezokLCB-nGgYInxL0uP1PeZ)
57 | - GopherCon India 2015: [Youtube](https://www.youtube.com/playlist?list=PLxFC1MYuNgJTY3uQ5Ja4F5Sz305nnrBOq)
58 |
--------------------------------------------------------------------------------
/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "gocn-knowledge",
3 | "version": "1.0.0",
4 | "description": "gocn knowledge",
5 | "main": "index.js",
6 | "scripts": {
7 | "test": "echo \"Error: no test specified\" && exit 1",
8 | "docs:dev": "vuepress dev docs",
9 | "docs:build": "vuepress build docs"
10 | },
11 | "repository": {
12 | "type": "git",
13 | "url": "git+https://github.com/gocn/knowledge.git"
14 | },
15 | "keywords": [],
16 | "author": "",
17 | "license": "ISC",
18 | "bugs": {
19 | "url": "https://github.com/gocn/knowledge/issues"
20 | },
21 | "homepage": "https://github.com/gocn/knowledge#readme",
22 | "dependencies": {
23 | "@vuepress/plugin-active-header-links": "^1.2.0",
24 | "@vuepress/plugin-back-to-top": "^1.2.0",
25 | "@vuepress/plugin-medium-zoom": "^1.2.0",
26 | "@vuepress/plugin-nprogress": "^1.2.0",
27 | "@vuepress/plugin-pwa": "^1.2.0",
28 | "moment": "^2.24.0",
29 | "vuepress": "^1.5.4"
30 | },
31 | "devDependencies": {
32 | "vuepress": "^1.5.4"
33 | }
34 | }
35 |
--------------------------------------------------------------------------------