package
0.0.0-20241030073138-9b4a7b01f56d
Repository: https://github.com/rstropek/golang-samples.git
Documentation: pkg.go.dev
# README
Markdown Web Server
This sample implements a simple web server reading Markdown files from disk and serving them as HTML (GitHub flavored markdown). Additionally, the sample contains a Dockerfile that creates a Docker images from the Go sample.
You can use this sample to demonstrate:
- Reading files
- Turning GitHub Flavored Markdown into HTML with Go
- Implement a simple web server
- Creating a small Alpine-based Docker image with a Go web application