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

https://github.com/andyron/go-projects


https://github.com/andyron/go-projects

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

Golang小项目练习
----
[andyron/go-projects](https://github.com/andyRon/go-projects)
一系列代码少的小Golang项目。

| 项目名 | 知识点 | 介绍 | |
| ------------------------------------------------------------ | ------------------------------------------------------------ | -------------------- | ---- |
| [ch001_todo](https://github.com/andyRon/go-projects/tree/main/ch001_todo) | `Scanner`、`strings.Split`、`strings.Join`、`strconv.Atoi`、`slices` | 一个简单的命令行TODO | |
| [ch002_ls](https://github.com/andyRon/go-projects/tree/main/ch002_ls) | `os.ReadDir` | 实现ls命令 | |
| [ch003_file_watcher](https://github.com/andyRon/go-projects/tree/main/ch003_file_watcher) | `os.Stat` | 监听文件是否被修改 | |
| [ch004_cat](https://github.com/andyRon/go-projects/tree/main/ch004_cat) | `io.Copy`、`os.Stdout` | 实现命令cat | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |

### ref

https://www.youtube.com/watch?v=xbI2ELnVGAo&list=PLYmIsLVSssdIxboWkccLoRWdX32-tpg21&index=7