- Hands-On Full Stack Development with Go
- Mina Andrawos
- 84字
- 2021-07-02 12:33:29
Technical requirements
To follow along with this chapter, you can do either of the following:
- Go to play.golang.org, which will allow you to run or test your code online
- Download the Go programming language, along with a compatible IDE
If you haven't downloaded Go yet, you can download the Go language by going to https://golang.org/dl/, downloading the Go flavor for your operating system, and then installing it.
For the local IDE, I prefer Visual Studio Code (https://code.visualstudio.com), along with its popular Go plugin (https://code.visualstudio.com/docs/languages/go).
推薦閱讀
- Python機器學習:數(shù)據(jù)分析與評分卡建模(微課版)
- Pandas Cookbook
- C語言程序設計基礎與實驗指導
- 樂學Web編程:網(wǎng)站制作不神秘
- Java持續(xù)交付
- Kotlin Standard Library Cookbook
- CKA/CKAD應試教程:從Docker到Kubernetes完全攻略
- 軟件測試技術指南
- C語言程序設計教程
- 青少年信息學競賽
- 深入剖析Java虛擬機:源碼剖析與實例詳解(基礎卷)
- 精通MySQL 8(視頻教學版)
- iOS開發(fā)項目化入門教程
- 精通Spring:Java Web開發(fā)與Spring Boot高級功能
- Spring Data JPA從入門到精通