A repo to learn creating HTTP servers using Go's "net/http" package available on the standard go library.
- Just clone this repo.
- You can run
go mod tidy
command if I include external packages not included in Go's Standard Library. - And just run
go run .
command on the root directory.