https://github.com/robotljw/share
Personal sharing
https://github.com/robotljw/share
share
Last synced: 4 months ago
JSON representation
Personal sharing
- Host: GitHub
- URL: https://github.com/robotljw/share
- Owner: robotLJW
- License: apache-2.0
- Created: 2021-07-09T08:08:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-25T01:42:30.000Z (over 3 years ago)
- Last Synced: 2025-01-09T06:33:01.943Z (6 months ago)
- Topics: share
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 分享
> 推荐自己平时比较好用的工具、学习材料等
## 1. 工具
### 1.1 画图
[excalidraw](https://excalidraw.com/) 可以在线画系统的整体框架。
[GitMind](https://gitmind.cn/)可以在线画思维导图、流程图。
### 1.2 微信公众号文章排版
[微信markdown编辑器](https://doocs.github.io/md/#/)支出markdown的排版。
## 2. 语言
### 2.1 Go
#### 2.1.1 规范
[Uber Go Style Guide](https://github.com/uber-go/guide/blob/master/style.md)
****
#### 2.1.2 学习材料
[Microsoft-Go语言入门](https://docs.microsoft.com/zh-cn/learn/modules/go-get-started/)
> 作为 go 入门学习材料还是不错的,有学习+实践,很赞!!!