https://github.com/andyron/go-projects
https://github.com/andyron/go-projects
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andyron/go-projects
- Owner: andyRon
- Created: 2025-01-22T10:56:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-20T16:23:35.000Z (12 months ago)
- Last Synced: 2025-06-20T17:33:48.659Z (12 months ago)
- Language: Go
- Size: 3.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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