#move to directory
cd $GOPATH/src/github.com
# Clone into YOUR $GOPATH/src
git clone https://github.com/hendriksiallagan/user-management-with-go.git
#move to project
cd user-management-with-go
# Install Dependencies
dep ensure
# Create Database
make test
Make Sure you have run the shop.sql in your mysql
# Run Project
go run main.go