hertz
                                Go HTTP framework with high-performance and strong-extensibility for building micro-services.
                            
                        How to download and setup hertz
Open terminal and run command
                                            git clone https://github.com/cloudwego/hertz.git
                                        
                                        git clone is used to create a copy or clone of hertz 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 hertz https://github.com/cloudwego/hertz/archive/master.zip
Or simply clone hertz with SSH
                                            [email protected]:cloudwego/hertz.git