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
🚀 Get 25% off access to all my premium courses - use discount code FUNCMAIN at checkout - view the pricing page now!
Video:
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.
Twitter: @Elliot_f
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