Posts by Everton • 101 points
1 post
-
0
votes2
answers212
viewsA: Web server in Go apparently is not creating new requests
Is that you declared the variable Name in global context: var Nome string If you want to have different contexts, you need to do some session control. Looks like Gorilla can help with that:…