# go_basic **Repository Path**: guuzaa/go_basic ## Basic Information - **Project Name**: go_basic - **Description**: Golang Code Snippets - **Primary Language**: Go - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-09 - **Last Updated**: 2022-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 记录一些 Go 的语法片段,方便日后查阅。 目录 ```text /algo -> 经典算法实现 /channel -> 并发、通道 /collections -> 复合类型、数据结构 /crypto -> 加密、解密 /generic -> 泛型 /recursion -> 递归 ``` #### References https://gfw.go101.org/article/channel-use-cases.html https://topgoer.com