- 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.
推薦閱讀
- Go Web編程
- Vue.js設計與實現
- Cocos2D-X權威指南(第2版)
- 自己動手寫搜索引擎
- Photoshop智能手機APP UI設計之道
- Building a Home Security System with Raspberry Pi
- 深入淺出Windows API程序設計:編程基礎篇
- Java Web程序設計
- PySide GUI Application Development(Second Edition)
- Hands-On Full Stack Development with Spring Boot 2.0 and React
- UML2面向對象分析與設計(第2版)
- 創意UI:Photoshop玩轉APP設計
- Practical GIS
- SQL Server 2008實用教程(第3版)
- Scratch編程從入門到精通