Categorygithub.com/ch-arham/golangfcc-learn-golang-assets-maincourse1-introexercises1-learn_to_run_code
package
0.0.0-20240402023223-5f8e0e377ad7
Repository: https://github.com/ch-arham/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.
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
.