Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Jan 27, 2024
1 parent 19edd02 commit a47f92f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.En.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,12 @@ Go Guide is an open-source Golang learning material knowledge base, mainly used
### Golang

- [Basic](https://goguide.ryansu.tech/en/guide/interview/golang/basic/1-basic.html)
- [Medium](https://goguide.ryansu.tech/en/guide/interview/golang/basic/2-medium.html)
- [Medium](https://goguide.ryansu.tech/en/guide/interview/golang/basic/2-medium.html)

### Local Preview

```shell
pnpm install

pnpm docs:dev
```
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,12 @@ Go Guide 是一个开源的 Golang 学习资料知识库,主要用于分享 Go
### Golang

- [基础](https://goguide.ryansu.tech/guide/interview/golang/basic/1-basic.html)
- [进阶](https://goguide.ryansu.tech/guide/interview/golang/basic/2-medium.html)
- [进阶](https://goguide.ryansu.tech/guide/interview/golang/basic/2-medium.html)

### 本地查看

```shell
pnpm install

pnpm docs:dev
```

0 comments on commit a47f92f

Please sign in to comment.