- Hands-On RESTful Web Services with Go
- Naren Yellavula
- 107字
- 2021-06-24 17:04:21
Technical requirements
The following are the pieces of software that should be pre-installed for running the code samples in this chapter:
- OS: Linux (Ubuntu 18.04)/ Windows 10/Mac OS X >=10.13
- Software: Docker >= 18 (Docker Desktop for Windows and Mac OS X)
- The latest version of the Go compiler == 1.13.5
We use Docker in this book to run a few sandbox environments. Docker is a virtualization platform that imitates an OS in a sandbox. Using it, we can cleanly run an application or service without affecting the host system.
You can find the code used in this chapter on the book's GitHub repository at https://github.com/PacktPublishing/Hands-On-Restful-Web-services-with-Go/tree/master/chapter1.
推薦閱讀
- Puppet 4 Essentials(Second Edition)
- 深入理解Django:框架內幕與實現原理
- JavaScript+jQuery開發實戰
- Visual Basic程序設計教程
- HTML5+CSS3網頁設計
- Oracle GoldenGate 12c Implementer's Guide
- Unity 2017 Game AI Programming(Third Edition)
- MyBatis 3源碼深度解析
- Python全棧開發:基礎入門
- SQL Server 2012 數據庫應用教程(第3版)
- After Effects CC案例設計與經典插件(視頻教學版)
- Yii2 By Example
- MongoDB Cookbook
- Python高性能編程(第2版)
- React.js實戰