A sample go microservice blocks for kintohub
It is using go 1.10.0
go build main.go
./mainwill launcrhs the server on port80
docker build -t go-test .docker run -d --name=go-test -p 80:80 go-test
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A sample go microservice blocks for kintohub
It is using go 1.10.0
go build main.go./main will launcrhs the server on port 80docker build -t go-test .docker run -d --name=go-test -p 80:80 go-test