Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 457 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 457 Bytes

Go Hello World Sample

This application demonstrates a simple, reusable Go web application.

Deploy to Bluemix

Run the app locally

  1. Install Go
  • cd into this project's root directory
  • Run go run app.go
  • Access the running app in a browser at http://localhost:8080