Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 766 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 766 Bytes

Deploying Golang App

This is a sample application which is written in the Go Programming Language created and supported by Google. Visit https://go.dev/ to read more about Go Language.

Pre-Requisites

To install this app you need the following packages installed on your system

  • go compiler

Your Tasks

  • Install the pre requsite packages
  • Fork and Clone the Application Code to the System
  • Build and Deploy the Application

Application Credits

This application was orginially created by Digital Ocean and was made available under MIT license. It is been forked from https://github.com/digitalocean/sample-golang and then been modified by School of Devops team to convert it into a project.