go-clean-arch
Go (Golang) Clean Architecture based on Reading Uncle Bob's Clean Architecture
How to download and setup go-clean-arch
Open terminal and run command
git clone https://github.com/bxcodec/go-clean-arch.git
git clone is used to create a copy or clone of go-clean-arch 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 go-clean-arch https://github.com/bxcodec/go-clean-arch/archive/master.zip
Or simply clone go-clean-arch with SSH
[email protected]:bxcodec/go-clean-arch.git