golang 中基础包的学习

https://books.studygolang.com/The-Golang-Standard-Library-by-Example/ 这个写的很详细了.

  1. flag 主要用来解析参数 https://www.jianshu.com/p/f9cf46a4de0e

  2. strings

你可能感兴趣的:(golang 中基础包的学习)