- Hands-On RESTful Web Services with Go
- Naren Yellavula
- 164字
- 2021-06-24 17:04:24
Setting up the project and running the development server
This is a building series book. It assumes you already know the basics of Go. If not, no worries. You can get a jump-start and learn the basics quickly from Go's official site at https://golang.org/. Writing a simple standalone program with Go is straightforward. But for big projects, we have to set up a clean project layout. For that reason, as a Go developer, you should know how Go projects are laid out and the best practices to keep your code clean.
Make sure you have done the following things before proceeding:
- Install the Go compiler on your machine
- Set the GOROOT and GOPATH environment variables
There are many online references from which you can get to know the preceding details. Depending on your machine type (Windows, Linux, or Mac OS X ), set up a working Go compiler. We will see more details about GOPATH in the following section.
- Rust實戰
- JavaScript+jQuery網頁特效設計任務驅動教程(第2版)
- R語言游戲數據分析與挖掘
- HTML5從入門到精通(第4版)
- Linux C編程:一站式學習
- Natural Language Processing with Java and LingPipe Cookbook
- HTML5開發精要與實例詳解
- R語言:邁向大數據之路(加強版)
- 一步一步跟我學Scratch3.0案例
- Instant Apache Camel Messaging System
- WCF技術剖析(卷1)
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- SQL Server實例教程(2008版)
- Building a Media Center with Raspberry Pi
- HTML5 WebSocket權威指南