Golang Gin Web Framework Crash Course: Go REST API
Chapter 1: Introduction to Go & Gin 1. What is Go (Golang)? Go (also called Golang) is: Why use Go? 2. Installing Go Step-by-step: 3. What is Gin Framework? Gin is: Why use Gin? 4. Installing Gin In your project folder, run: This installs Gin in your project. 5. Hello World in Gin Create a … Read more