package
0.0.0-20240726051332-daefc61aa0cc
Repository: https://github.com/chandrareddyp/golang.git
Documentation: pkg.go.dev

# README

Welcome to "Learn Go"

This course assumes you're familiar with programming basics. If you're new to coding check out our Learn Python course first.

golang gopher

Booting up the "Textio" server

All the code you write in this course is part of a larger product: an SMS API called "Textio". Textio sends text messages over the internet, it's basically a cute Twilio clone.

Assignment: log starting Textio server to the console instead of hello world.