package
0.0.0-20240925070155-7e401e5804bf
Repository: https://github.com/mhaatha/go-learn.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.
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
.