Skip to content

A simple hello world over http, plus some deployment examples.

Notifications You must be signed in to change notification settings

davedean/go-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-hello-world

A basic hello world app in Go so I have a simple "middleware" to use for deploying, and some deployment examples.

Middleware related:

  • src - http hello world
  • Dockerfile - runs http hello world
  • .github/workflows - some simple CI Github Actions to build/test on PR and commits to main

Deploy Examples:

  • minikube - a basic minikube deployment for local development
  • fargate - an AWS fargate deployment, using terraform [under development]

About

A simple hello world over http, plus some deployment examples.

Resources

Stars

Watchers

Forks