- Go Systems Programming
- Mihalis Tsoukalos
- 108字
- 2021-07-02 18:07:54
The structure of the book
This book has three parts. The first part, which includes this chapter, is about Go and the Go features that can be handy when developing systems software: this does not mean that you should use all of them when developing your programs. The second part is all about programming with files, directories, and processes, which is the most common type of systems software. The third part explores goroutines, web applications, and network programming in Go, which is the most advanced type of systems software. The good thing is that you do not need to read the third part of the book right away.
推薦閱讀
- 演進(jìn)式架構(gòu)(原書第2版)
- Mastering JavaScript Object-Oriented Programming
- C語言程序設(shè)計(jì)習(xí)題解析與上機(jī)指導(dǎo)(第4版)
- 深入理解Django:框架內(nèi)幕與實(shí)現(xiàn)原理
- Instant Zepto.js
- Java軟件開發(fā)基礎(chǔ)
- Mastering ROS for Robotics Programming
- Quantum Computing and Blockchain in Business
- HoloLens與混合現(xiàn)實(shí)開發(fā)
- JavaScript動態(tài)網(wǎng)頁編程
- Python程序設(shè)計(jì)開發(fā)寶典
- Mastering Unreal Engine 4.X
- Python深度學(xué)習(xí)(第2版)
- Android應(yīng)用開發(fā)攻略
- Design Patterns and Best Practices in Java