An open API service indexing awesome lists of open source software.

https://github.com/raelga/hello-http

Simple hello app
https://github.com/raelga/hello-http

golang http

Last synced: 6 months ago
JSON representation

Simple hello app

Awesome Lists containing this project

README

          

[![Actions Status](https://github.com/raelga/hello-http/workflows/Build/badge.svg)](https://github.com/raelga/hello-http/actions)
[![Build Status](https://travis-ci.org/raelga/hello-http.svg?branch=master)](https://travis-ci.org/raelga/hello-http)
[![Go Report Card](https://goreportcard.com/badge/github.com/raelga/hello-http)](https://goreportcard.com/report/github.com/raelga/hello-http)
[![Coverage Status](https://coveralls.io/repos/github/raelga/hello-http/badge.svg?branch=master)](https://coveralls.io/github/raelga/hello-http?branch=master)
[![GitHub](https://img.shields.io/github/license/raelga/hello-http)](https://github.com/raelga/hello-http/blob/master/LICENSE)

# hello-http

Simple GoLang Hello World HTTP application that uses an environment variable for the greeting

This application purpose is just to test the [k8s-hello-operator](github.com/raelga/k8s-hello-operator).