- Go Systems Programming
- Mihalis Tsoukalos
- 70字
- 2021-07-02 18:08:05
Summary
This chapter taught you some advanced Go features, including error handling, pattern matching and regular expressions, reflection, and unsafe code. Also, it talked about the strace(1) and dtrace(1) tools.
The next chapter will cover many interesting things, including the use of the new sort.slice() Go function, which is available in the latest Go version (1.8), as well as the big O notation, sorting algorithms, Go packages, and garbage collection.
推薦閱讀
- OpenStack Cloud Computing Cookbook(Third Edition)
- 計算機網絡
- JavaScript百煉成仙
- C和C++安全編碼(原書第2版)
- R語言數據可視化之美:專業圖表繪制指南
- OpenCV for Secret Agents
- Groovy for Domain:specific Languages(Second Edition)
- KnockoutJS Starter
- Visual Basic程序設計實驗指導(第二版)
- Learning R for Geospatial Analysis
- Spring Boot+MVC實戰指南
- Orleans:構建高性能分布式Actor服務
- Django實戰:Python Web典型模塊與項目開發
- 微課學人工智能Python編程
- Learning Kotlin by building Android Applications