▲ 1 r/codereview
HTTP server in Go
Started making a server in go, where I was trying to write the handlers, routing and server start/stop etc. from scratch, until i realised I should have maybe used the net/http module and make my job easier. This is an incomplete version and still has to be finished: https://github.com/SaiVikrantG/mini-projs/tree/main/client-server-go/server
Am I going a layer too deep, and should i just use the the net/http module or is this the correct way?
u/Frequent-Okra-963 — 5 days ago