Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 354 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 354 Bytes

Installation

Install go sdk 1.11.+

See how to install go

export GO111MODULE=on
cd $GOPATH
mkdir -p src/ctco-dev
cd src/ctco-dev
git clone https://github.com/ctco-dev/go-api-template.git

Local run

cd src/ctco-dev/go-api-template
go run cmd/main.go

Docker run

./start.sh