codecrafters-io / build-your-own-x

Master programming by recreating your favorite technologies from scratch.
https://codecrafters.io
311.83k stars 28.99k forks source link

Learn Go with a Simple Server #151

Closed hriddhidey closed 6 years ago

hriddhidey commented 6 years ago

Main programming language

Golang

Tutorial title

Learn Go with a Simple Server

Tutorial URL

https://github.com/adnaan/learngo

Category

danistefanovic commented 6 years ago

Thanks for your submission. Unfortunately, it does not fit the purpose of this repo. The submitted tutorial is focused on explaining Go concepts rather than showing what's behind the scenes of a web server. Thanks anyway!

hriddhidey commented 6 years ago

No problems! Are you sure you actually went through the tutorial though? Because the entire tutorial is based on a TDD approach to building a web server. This helped me out a lot when I started out building web services in Go, so thought I'd share.

Nevertheless, apologies if this was a misfit. Huge fan of this repository though. Keep up the great work!