Project Setup

Learn how to set up a Go API.

We'll cover the following...

Getting started

It’s critical to have a good project structure. Writing clean code makes it easier to collaborate and update. We’ll ensure that our code is well structured, properly commented on, and easy to understand throughout the development process.

Folder setup

  1. We’ll start by creating a folder. Let’s call our folder "shive." ...