betandr / congo

Container Building Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building Go with Docker

API

GET /status - HTTP/200
POST /
Body: 
{ "NAME": "YOUR NAME"}

Testing

make test

Building for Target

Build Local (Match OS)

make

Build for Target

make PLATFORM=windows/amd64
make PLATFORM=darwin/amd64

...

Cleaning

make clean

Running

Execute build target in bin/...

About

Container Building Go

License:GNU Affero General Public License v3.0


Languages

Language:Go 62.8%Language:Dockerfile 26.5%Language:Makefile 10.6%