xorm
                                xorm是一个简单而强大的Go语言ORM库,通过它可以使数据库操作非常简便。本库是基于原版xorm的定制增强版本,为xorm提供类似ibatis的配置文件及动态SQL支持,支持AcitveRecord操作
                            
                        How to download and setup xorm
Open terminal and run command
                                            git clone https://github.com/xormplus/xorm.git
                                        
                                        git clone is used to create a copy or clone of xorm 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 xorm https://github.com/xormplus/xorm/archive/master.zip
Or simply clone xorm with SSH
                                            [email protected]:xormplus/xorm.git