Golang
go试用
Go语言已经成为不少公司的核心开发语言之一,和容器、Kubernetes相关的系统基本都是基于Go构建。 很多开发者将Golang视为DevOps工具语言,因为它可以快速开发各种工具,如CLI、API等,而且性能也比较好。
Go语言简单易学,适合快速开发,而且性能也比较好,已经受到了广泛的认可。如果是K8S或者和DevOps相关的开发,那么更要考虑使用Go语言啦。
Go & Friends
- TinyGo: Go语言的微控制器版本 - https://tinygo.org/
- Charm: https://charm.sh/
- redka: Redis re-implemented with SQLite - https://github.com/nalgeon/redka
References
- Go: https://golang.org/
- Go by Example: https://gobyexample.com/
- Awesome Go: https://awesome-go.com/
- Google Go Style: https://google.github.io/styleguide/go/