Golang 之于 DevOps 开发的利与弊(六部曲之一):Goroutines, Channels, Panics, 和 Errors https://studygolang.com/articles/11983 Go Lang&DevOps-天造地设? https://medium.com/@pavanbelagatti/go-lang-devops-a-match-made-in-heaven-a24d5de45e26 [使用Go作为NodeSource的基础结构语言](使用Go作为NodeSource的基础结构语言) ``` A few additional modules which I consider to be very important for writing Go programs include: cobra and viper make it very easy to create software that supports loading configuration files and having command-line switches. Any moderately-important software should have at minimum CLI switches, and any really important software should probably load its configuration from a JSON or YAML file.