Example of a Go application using a clean architecture.
Check out the source
cd $WORKDIR
git clone https://github.com/hirotakan/go-cleanarchitecture-sample.git
Setup the package
cd go-cleanarchitecture-sample/src/app
glide install
Running with Docker
cd $WORKDIR/go-cleanarchitecture-sample
docker-compose up
Access the web endpoint at http://localhost:8080/users