A learning microservice implementation from https://www.youtube.com/watch?v=Uc6osXOqSAE&list=PL5dTjWUk_cPY_xPnFbWWmoFCjvqrDDfh3&index=2
folders covered api, jwt_creator
- How to setup handler function and return information
- How net/http, log , os etc works in a very high level
- How to setup a simple package using go init and get the package using go get
Create a simple HTTP server and serve some html or json content
Video: https://www.youtube.com/watch?v=ASBUp7stqjo&list=PL5dTjWUk_cPYztKD7WxVFluHvpBNM28N9
Folder: http_server