chkettu / go-hello-world

A hello world microservice written in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-hello-world

A hello world microservice written in Golang.

Usage

A Dockerfile is provided so you can just do a docker build. If you are running OpenShift simple run the template provided under the yaml folder.

$ oc process -f yaml/deploy-go-hello-world.yaml

If you are interested in building the code and setting up a development environment please follow the instructions in the blog below. Getting Started with Golang

About

A hello world microservice written in Golang

License:Apache License 2.0


Languages

Language:Go 55.5%Language:Dockerfile 44.5%