Posts by Franklin Sales • 43 points
1 post
-
4
votes2
answers212
viewsQ: Web server in Go apparently is not creating new requests
I am now starting to develop in Go, and I am currently studying Go for Web development, so through examples I started a simple server in Go: package main import ( "fmt" "log" "net/http" "time"…