1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-03-23 20:32:32 +02:00
2020-12-26 15:21:29 +00:00
..
2020-12-26 15:21:29 +00:00
2020-12-26 15:17:20 +00:00
2020-12-26 15:17:20 +00:00
2020-12-26 15:21:29 +00:00
2020-12-26 15:17:20 +00:00
2020-12-26 15:17:20 +00:00

Template Web

This is the Template service with fqdn go.micro.web.template.

Getting Started

Run Service

$ go run main.go

Building a container

If you would like to build the docker container do the following

CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags '-w' -o template-web ./main.go
docker build -t template-web .