Created
August 28, 2019 14:04
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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