diff --git a/data/go/data.ts b/data/go/data.ts index b9ab623f625800cb1522eec702f7c71fe08279e5..67942e33107710eccd266918f14e5306e2bebc56 100644 --- a/data/go/data.ts +++ b/data/go/data.ts @@ -166,6 +166,12 @@ export default { desc: 'Go编程时光 1.0.0 documentation', link: 'http://golang.iswbm.com/en/latest/', }, + { + icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4', + name: 'Go by Example 中文版', + desc: 'Go by Example 是对 Go 基于实践的介绍,包含一系列带有注释说明的示例程序。', + link: 'https://gobyexample-cn.github.io/', + }, ] }, { diff --git a/src/app/app.component.html b/src/app/app.component.html index bff6d83a1167a7dee556e4e7526f9b08e5bc8599..9c923408a04a78c5a43f86973edc14d051fc9ea3 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -6,7 +6,7 @@ class="github-link" *ngIf="git" > - +