Skip to content

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

Notifications You must be signed in to change notification settings

mgrecuccio/hello-world-rest-golang

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.2%
  • Procfile 0.8%