Triton is a cache-enabled static web muxer written in Go. It watches the filesystem for changes, updates its internal cache, and continues to deliver the static site. It defers doing any sort of content management to another solution.
go get github.com/cjslep/triton
Write your custom code setting up your familiar http.Server and mapping any assets you have to their mime-type.
Introducing Triton (hosted on a triton-based web server)
Triton is licensed under the MIT Expat License. Please feel free to contribute!