Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
moqsien committed Dec 2, 2024
1 parent 59f16e5 commit 6ed1c62
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion src/content/docs/community/community.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,26 @@ import { Card, CardGrid, LinkCard, Icon } from '@astrojs/starlight/components';
主要是go语言相关的文章。
<LinkCard title="网站" href="https://chenmingyong.cn/" />
</Card>

<Card title="饶全成的博客" icon="seti:notebook">
主要是go语言相关的文章。
<LinkCard title="网站" href="https://qcrao.com/" />
</Card>
<Card title="煎鱼的博客" icon="seti:notebook">
主要是go语言相关的文章。
<LinkCard title="网站" href="https://eddycjy.com/" />
</Card>
<Card title="go相关的一些外文博客和文章" icon="seti:notebook">
go training.
<LinkCard title="网站" href="https://github.com/ardanlabs/gotraining/blob/master/reading/README.md" />
</Card>
<Card title="曹春晖的博客" icon="seti:notebook">
go语言相关。
<LinkCard title="网站" href="https://xargin.com/page/4/" />
</Card>
<Card title="柴树杉的博客" icon="seti:notebook">
go语言相关。
<LinkCard title="网站" href="https://chai2010.cn/post/" />
</Card>
</CardGrid>

## 一些优秀的技术公众号
Expand Down

0 comments on commit 6ed1c62

Please sign in to comment.