An open API service indexing awesome lists of open source software.

https://github.com/robotljw/share

Personal sharing
https://github.com/robotljw/share

share

Last synced: 4 months ago
JSON representation

Personal sharing

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 入门学习材料还是不错的,有学习+实践,很赞!!!