25% off

Use code FUNCMAIN at checkout for 25% off all premium courses.

Get started →

Bootstrapping our HTTP Client

December 22, 2022
Elliot Forbes

Elliot Forbes

Course Instructor

Hey Gophers! My name is Elliot and I'm the creator of TutorialEdge and I've been working with Go systems for roughly 5 years now.

The first thing we’ll need to do, is to instantiate our project:

$ git init
$ git remote add origin https://github.com/...
$ go mod init github.com/TutorialEdge/go-http-client