juliensalinas / whole_website_golang

Example of a whole website in Go (Golang) including HTTPS, no directory listing, environment variables import, templates, daemonize with systemd...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whole Website in Go (Golang)

This is a short example about how to build a whole website in Go including templates, HTTPS, no directory listing, environment variables import, and daemonization with systemd.

This example is not self explanatory, please read this blog post for more details.

About

Example of a whole website in Go (Golang) including HTTPS, no directory listing, environment variables import, templates, daemonize with systemd...


Languages

Language:Go 97.1%Language:HTML 2.9%