- Building RESTful Web services with Go
- Naren Yellavula
- 160字
- 2021-07-02 20:14:04
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 jump start and learn them quickly from Go's official site at https://golang.org/. Go uses a different way of developing projects. Writing a standalone, simple program doesn't bother you much. But after learning the basics, people try to advance a step further. 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 Go compiler on your machine
- Set 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 macOS X), set up a working Go compiler. We see more details about GOPATH in the following section.
- Web安全防護(hù)指南:基礎(chǔ)篇
- 物聯(lián)網(wǎng)識別技術(shù)
- 智能網(wǎng)聯(lián)汽車V2X與智能網(wǎng)聯(lián)設(shè)施I2X
- TCP/IP入門經(jīng)典(第5版)
- Oracle SOA Suite 11g Performance Tuning Cookbook
- Drush User’s Guide
- SSL VPN : Understanding, evaluating and planning secure, web/based remote access
- 物聯(lián)網(wǎng)通信技術(shù)
- 雷達(dá)饋線技術(shù)
- Windows Server 2012 Hyper-V虛擬化管理實(shí)踐
- 新手易學(xué):新手學(xué)淘寶開店
- TD-LTE無線網(wǎng)絡(luò)規(guī)劃與設(shè)計(jì)
- 人人都該都懂的互聯(lián)網(wǎng)思維
- TCP/IP基礎(chǔ)(第2版)
- LwIP應(yīng)用開發(fā)實(shí)戰(zhàn)指南:基于STM32