This video tutorial will help to write Go Lang Starters to create a Basic Web Server which serves a couple of test pages.
Using net/http package we can initiate a server which can Listen to the given ip/domain and port number
Please try following the steps
Step #1: Directory Structure
Step #2: Setting Environment Variables
Step #3: ListenAndServe
Step #4: Handling URL Params