diff --git a/docs/study/program/Golang/index.md b/docs/study/program/Golang/index.md index 4e24a9c31..ecbf3a89d 100644 --- a/docs/study/program/Golang/index.md +++ b/docs/study/program/Golang/index.md @@ -40,10 +40,6 @@ 4. 数据库操作; 5. 开发云平台; -### 标准库 - -https://pkg.go.dev/std - ### 信息 - 官网:https://golang.google.cn/ diff --git "a/docs/study/think/\350\256\276\350\256\241\346\250\241\345\274\217.md" "b/docs/study/think/\350\256\276\350\256\241\346\250\241\345\274\217.md" index 27dddbda8..75fed4ccc 100644 --- "a/docs/study/think/\350\256\276\350\256\241\346\250\241\345\274\217.md" +++ "b/docs/study/think/\350\256\276\350\256\241\346\250\241\345\274\217.md" @@ -87,5 +87,5 @@ sidebar_position: 2 - [聊一聊面向对象的三大特性](https://www.jianshu.com/p/1974a5837040) - [23 种设计模式汇总整理](https://blog.csdn.net/jason0539/article/details/44956775) - [两万字盘点那些被玩烂了的设计模式](https://mp.weixin.qq.com/s?__biz=Mzg5MDczNDI0Nw==&mid=2247492497&idx=1&sn=31882a4693f0e09a419073b58ddf431e&chksm=cfdab059f8ad394f8fcafed1d96825a7393e491f4d287a0e0ab81e42e974ea87f3f54d973864&scene=21#wechat_redirect) -- [设计模式](https://refactoringguru.cn/design-patterns) +- [图说-设计模式](https://refactoringguru.cn/design-patterns) - [设计模式之美](https://design-patterns.readthedocs.io/zh_CN/latest/index.html)