December 2017
Intermediate to advanced
316 pages
6h 58m
English
Let us fire a CURL request and see what the response is for various routes:
go run customMux.go
Now, fire up a shell or browser to see the server in action. Here, I use the CURL request:
curl -X GET http://localhost:8000/
The response is:
Your random number is: 0.096970
Read now
Unlock full access