Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 366 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 366 Bytes

goserver

A simple http server in go. For use with testing openshift.com.

Adapted from https://github.com/smarterclayton/openshift-go-cart/

Apache License: Changes from openshift-go-cart:

  • Restructured files to move important files from /template to the main directory
  • Removed web.go and added server.go
  • Adds chimeracoder/anaconda library to compile script