handlers
                                Package gorilla/handlers is a collection of useful middleware for Go HTTP services & web applications 🛃
                            
                        How to download and setup handlers
Open terminal and run command
                                            git clone https://github.com/gorilla/handlers.git
                                        
                                        git clone is used to create a copy or clone of handlers repositories.
                                        You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with handlers https://github.com/gorilla/handlers/archive/master.zip
Or simply clone handlers with SSH
                                            [email protected]:gorilla/handlers.git