Skip to content

Instantly share code, notes, and snippets.

@kanzitelli
Created August 28, 2019 14:04
Show Gist options
  • Save kanzitelli/6e30a9b698b4efcee342ae2da08bc03a to your computer and use it in GitHub Desktop.
Save kanzitelli/6e30a9b698b4efcee342ae2da08bc03a to your computer and use it in GitHub Desktop.
#1. 📰Good News app. Golang backend behind Traefik reverse proxy with https available.
package main
import (
"fmt"
)
func main() {
fmt.Println("Good news!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment