Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 314 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 314 Bytes

hello-world-rest-golang

A simple hello world rest server written in golang to deploy on OpenShift

How to run?

clone project

  1. cd $GOPATH/src
  2. git clone https://github.com/mgrecuccio/hello-world-rest-golang.git

install and run

  1. go install ./...
  2. $GOPATH/bin/hello-world-rest-golang